From: Johannes Schindelin Date: Fri, 14 Oct 2011 22:53:28 +0000 (+0100) Subject: t1020: disable the pwd test on MinGW X-Git-Tag: v1.7.8-rc0~46^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9931df3fa97c274449c73a224994aa27f6790ae6;p=git-core%2Fgit.git 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 --- diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh index 3b1b98599..e23ac0e69 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 &&