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:
parent
463b0ea22b
commit
9931df3fa9
@ -118,7 +118,7 @@ test_expect_success 'alias expansion' '
|
|||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success '!alias expansion' '
|
test_expect_success NOT_MINGW '!alias expansion' '
|
||||||
pwd >expect &&
|
pwd >expect &&
|
||||||
(
|
(
|
||||||
git config alias.test !pwd &&
|
git config alias.test !pwd &&
|
||||||
|
Loading…
Reference in New Issue
Block a user