diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2011-10-14 23:53:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-14 22:37:29 -0700 |
commit | 9931df3fa97c274449c73a224994aa27f6790ae6 (patch) | |
tree | 9c1ba476952d5c5d444c285a5ac1b6f705151a3f /t/t1020-subdirectory.sh | |
parent | 463b0ea22b5b9a882e8140d0308433d8cbd0d1fe (diff) | |
download | git-9931df3fa97c274449c73a224994aa27f6790ae6.tar.gz git-9931df3fa97c274449c73a224994aa27f6790ae6.tar.xz |
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>
Diffstat (limited to 't/t1020-subdirectory.sh')
-rwxr-xr-x | t/t1020-subdirectory.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |