summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2016-05-10 16:05:58 +0200
committerJunio C Hamano <gitster@pobox.com>2016-05-10 12:30:15 -0700
commit386aad5a933cf381f8f4cf5ab3d18cf1f5a7c528 (patch)
tree171294077d0803df6bfc16fc73852ac8a0e9ef1c
parent63a35025b11bf0e7ef39693aeea3b639a066b7b8 (diff)
downloadgit-js/t3404-typofix.tar.gz
t3404: fix typojs/t3404-typofix
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 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