diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2016-05-10 16:05:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-10 12:30:15 -0700 |
commit | 386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528 (patch) | |
tree | 171294077d0803df6bfc16fc73852ac8a0e9ef1c /t | |
parent | Sync with maint (diff) | |
download | tgif-386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528.tar.xz |
t3404: fix typo
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-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 d96d0e4c9b..66348f11d1 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -62,7 +62,7 @@ test_expect_success 'setup' ' # "exec" commands are ran 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 +# to create a file. Unsetting SHELL avoids such non-portable behavior # in tests. It must be exported for it to take effect where needed. SHELL= export SHELL |