projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57fb80
)
t0001: guard a new test with SYMLINKS prerequisite
author
Johannes Sixt
<j6t@kdbg.org>
Tue, 12 Apr 2011 06:30:49 +0000
(08:30 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Apr 2011 06:57:56 +0000
(23:57 -0700)
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0001-init.sh
patch
|
blob
|
history
diff --git
a/t/t0001-init.sh
b/t/t0001-init.sh
index b2e6919da1477e6a1b53182c3061abde844ffc67..21caba7698258a7c4b16c3271c158c75181efb88 100755
(executable)
--- a/
t/t0001-init.sh
+++ b/
t/t0001-init.sh
@@
-405,7
+405,7
@@
test_expect_success 're-init to move gitdir' '
test -d realgitdir/refs
'
-test_expect_success 're-init to move gitdir symlink' '
+test_expect_success
SYMLINKS
're-init to move gitdir symlink' '
rm -rf newdir realgitdir &&
git init newdir &&
(