Skip to content

Commit

Permalink
t1020: disable the pwd test on MinGW
Browse files Browse the repository at this point in the history
It fails both for line ending and for DOS path reasons.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Schindelin authored and Junio C Hamano committed Oct 15, 2011
1 parent 463b0ea commit 9931df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1020-subdirectory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ test_expect_success 'alias expansion' '
)
'

test_expect_success '!alias expansion' '
test_expect_success NOT_MINGW '!alias expansion' '
pwd >expect &&
(
git config alias.test !pwd &&
Expand Down

0 comments on commit 9931df3

Please sign in to comment.