projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463b0ea
)
t1020: disable the pwd test on MinGW
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>
t/t1020-subdirectory.sh
patch
|
blob
|
history
diff --git
a/t/t1020-subdirectory.sh
b/t/t1020-subdirectory.sh
index 3b1b985996e9a6b52b032ef45c5be9b1c57b60f6..e23ac0e69da8d3dba32f0d256a249a987356e825 100755
(executable)
--- 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 &&