Browse Source

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>
maint
Johannes Schindelin 13 years ago committed by Junio C Hamano
parent
commit
9931df3fa9
  1. 2
      t/t1020-subdirectory.sh

2
t/t1020-subdirectory.sh

@ -118,7 +118,7 @@ test_expect_success 'alias expansion' ' @@ -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 &&

Loading…
Cancel
Save