summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:22 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:22 -0700
commitb232439be1e836b085b29274705355c7681b516e (patch)
tree881d34965b68e26bb39426ec4b6604d0d075342b /t
parentMerge branch 'sb/z-is-gnutar-ism' (diff)
parentt3404: fix typo (diff)
downloadtgif-b232439be1e836b085b29274705355c7681b516e.tar.xz
Merge branch 'js/t3404-typofix'
* js/t3404-typofix: t3404: fix typo
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 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