Skip to content

Commit

Permalink
Merge branch 'rebase-i'
Browse files Browse the repository at this point in the history
This works around the problem described in
git-for-windows#542

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 23, 2016
2 parents 1843c3a + aec2e5f commit 55f9759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3404-rebase-interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55f9759

Please sign in to comment.