Code

t1020: disable the pwd test on MinGW
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Oct 2011 22:53:28 +0000 (23:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Oct 2011 05:37:29 +0000 (22:37 -0700)
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>
t/t1020-subdirectory.sh

index 3b1b985996e9a6b52b032ef45c5be9b1c57b60f6..e23ac0e69da8d3dba32f0d256a249a987356e825 100755 (executable)
@@ -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 &&