Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3404: fix typo
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Tue, 10 May 2016 14:05:58 +0000
(16:05 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 10 May 2016 19:30:15 +0000
(12:30 -0700)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
63a3502
)
diff --git
a/t/t3404-rebase-interactive.sh
b/t/t3404-rebase-interactive.sh
index d96d0e4c9b517ecb712d643cdd13e08bff066036..66348f11d11598e2d7e550d5216c5b227e85f1c7 100755
(executable)
--- a/
t/t3404-rebase-interactive.sh
+++ b/
t/t3404-rebase-interactive.sh
@@
-62,7
+62,7
@@
test_expect_success 'setup' '
# "exec" commands are ran with the user shell by default, but this may
# be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
-# to create a file. Unseting SHELL avoids such non-portable behavior
+# to create a file. Unset
t
ing SHELL avoids such non-portable behavior
# in tests. It must be exported for it to take effect where needed.
SHELL=
export SHELL