summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 463b0ea)
raw | patch | inline | side by side (parent: 463b0ea)
author | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Fri, 14 Oct 2011 22:53:28 +0000 (23:53 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Oct 2011 05:37:29 +0000 (22:37 -0700) |
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>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1020-subdirectory.sh | patch | blob | history |
index 3b1b985996e9a6b52b032ef45c5be9b1c57b60f6..e23ac0e69da8d3dba32f0d256a249a987356e825 100755 (executable)
--- a/t/t1020-subdirectory.sh
+++ b/t/t1020-subdirectory.sh
)
'
-test_expect_success '!alias expansion' '
+test_expect_success NOT_MINGW '!alias expansion' '
pwd >expect &&
(
git config alias.test !pwd &&