Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/t3404-grammo-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jul 2016 18:25:58 +0000
(11:25 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jul 2016 18:25:59 +0000
(11:25 -0700)
Grammofix.
* js/t3404-grammo-fix:
t3404: fix a grammo (commands are ran -> commands are run)
t/t3404-rebase-interactive.sh
patch
|
blob
|
history
raw
(from parent 1:
dcfb9d7
)
diff --git
a/t/t3404-rebase-interactive.sh
b/t/t3404-rebase-interactive.sh
index 66348f11d11598e2d7e550d5216c5b227e85f1c7..c7ea8bacf41bbfc7a8e4fe579e1c3d4367cf576d 100755
(executable)
--- a/
t/t3404-rebase-interactive.sh
+++ b/
t/t3404-rebase-interactive.sh
@@
-60,7
+60,7
@@
test_expect_success 'setup' '
test_commit P fileP
'
-# "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. Unsetting SHELL avoids such non-portable behavior
# in tests. It must be exported for it to take effect where needed.