Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3404: fix a grammo (commands are ran -> commands are run)
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 29 Jun 2016 14:31:03 +0000
(16:31 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 29 Jun 2016 19:43:44 +0000
(12:43 -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
(parent:
cd035b1
)
diff --git
a/t/t3404-rebase-interactive.sh
b/t/t3404-rebase-interactive.sh
index 67fe76173827fed4e165f52c6a3184162b825f56..84c3a624758e8e97f07cb0ce4c5fc8dd6ba4576b 100755
(executable)
--- a/
t/t3404-rebase-interactive.sh
+++ b/
t/t3404-rebase-interactive.sh
@@
-64,7
+64,7
@@
test_expect_success 'setup' '
done
'
-# "exec" commands are r
a
n with the user shell by default, but this may
+# "exec" commands are r
u
n 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
# in tests.