git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cd035b1
)
t3404: fix a grammo (commands are ran -> commands are run)
author
Johannes Schindelin
<redacted>
Wed, 29 Jun 2016 14:31:03 +0000
(16:31 +0200)
committer
Junio C Hamano
<redacted>
Wed, 29 Jun 2016 19:43:44 +0000
(12:43 -0700)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3404-rebase-interactive.sh
patch
|
blob
|
history
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.
git clone https://git.99rst.org/PROJECT