t1020: disable the pwd test on MinGW

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>
This commit is contained in:
Johannes Schindelin 2011-10-14 23:53:28 +01:00 committed by Junio C Hamano
parent 463b0ea22b
commit 9931df3fa9

View file

@ -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 &&