summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2011-10-14 23:53:28 +0100
committerJunio C Hamano <gitster@pobox.com>2011-10-14 22:37:29 -0700
commit9931df3fa97c274449c73a224994aa27f6790ae6 (patch)
tree9c1ba476952d5c5d444c285a5ac1b6f705151a3f
parent463b0ea22b5b9a882e8140d0308433d8cbd0d1fe (diff)
downloadgit-9931df3fa97c274449c73a224994aa27f6790ae6.tar.gz
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>
-rwxr-xr-xt/t1020-subdirectory.sh2
1 files changed, 1 insertions, 1 deletions
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 &&