From 9931df3fa97c274449c73a224994aa27f6790ae6 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 14 Oct 2011 23:53:28 +0100 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 Signed-off-by: Junio C Hamano --- 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 && -- 2.11.4.GIT