diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-13 11:24:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-13 11:24:16 -0700 |
commit | 6c35952a081ad897643d4d23615ccc429c924a39 (patch) | |
tree | 02bdd2ae6367bead5951e733b510ec9cb46b04f9 /t/t3404-rebase-interactive.sh | |
parent | c510926691f7aa62248fa3757dea826874153b1d (diff) | |
parent | fa90ab4a4512858662b4d712a7b01cce970057ef (diff) | |
download | git-6c35952a081ad897643d4d23615ccc429c924a39.tar.gz |
Merge branch 'js/t3404-grammo-fix'
Grammofix.
* js/t3404-grammo-fix:
t3404: fix a grammo (commands are ran -> commands are run)
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-rwxr-xr-x | t/t3404-rebase-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 8ac1868214..3532c482fc 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. |