From ef4bffc21d4fb172217bb32eaee55e912580c5d4 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 10 Oct 2011 15:58:41 -0500 Subject: [PATCH] t1020: disable the pwd test on MinGW It fails both for line ending and for DOS path reasons. Signed-off-by: Johannes Schindelin --- t/t1020-subdirectory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh index 3b1b985996..e23ac0e69d 100755 --- a/t/t1020-subdirectory.sh +++ b/t/t1020-subdirectory.sh @@ -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 &&