Skip to content

Commit b7006a8

Browse files
committed
Merge branch 'rebase-i'
This works around the problem described in #542 Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 5dca2ea + cfdb4c7 commit b7006a8

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)