Skip to content

Commit 3bd254b

Browse files
committed
t3404: fix typo
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7c97367 commit 3bd254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test_expect_success 'setup' '
6262

6363
# "exec" commands are ran with the user shell by default, but this may
6464
# 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
6666
# in tests. It must be exported for it to take effect where needed.
6767
SHELL=
6868
export SHELL

0 commit comments

Comments
 (0)