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>
This commit is contained in:
Johannes Schindelin 2011-10-10 15:58:41 -05:00
parent 8b9ad9fd32
commit ef4bffc21d

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