summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-28 18:25:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-07-28 18:25:59 (GMT)
commit8a81d5f5f81c8e42927b4361bc93ddfc345393b7 (patch)
tree2edc291c0533c03833a95b3461eb3f805aab3201 /t
parentdcfb9d7d30720f50c6e66a85d5a96edc3151e9bf (diff)
parentfa90ab4a4512858662b4d712a7b01cce970057ef (diff)
downloadgit-8a81d5f5f81c8e42927b4361bc93ddfc345393b7.zip
git-8a81d5f5f81c8e42927b4361bc93ddfc345393b7.tar.gz
git-8a81d5f5f81c8e42927b4361bc93ddfc345393b7.tar.bz2
Merge branch 'js/t3404-grammo-fix' into maint
Grammofix. * js/t3404-grammo-fix: t3404: fix a grammo (commands are ran -> commands are run)
Diffstat (limited to 't')
-rwxr-xr-xt/t3404-rebase-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 66348f1..c7ea8ba 100755
--- 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 ran with the user shell by default, but this may
+# "exec" commands are run 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.