t3404: fix typo

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed May 10, 2016 at 16:05 UTC 386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528
1 file changed +1 -1
t/t3404-rebase-interactive.sh
+1 -1
@@ -62,7 +62,7 @@ test_expect_success 'setup' '
62
63 # "exec" commands are ran with the user shell by default, but this may
64 # be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
65 -# to create a file. Unseting SHELL avoids such non-portable behavior
65 +# to create a file. Unsetting SHELL avoids such non-portable behavior
66 # in tests. It must be exported for it to take effect where needed.
67 SHELL=
68 export SHELL