Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/init-gitdir'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Apr 2011 07:04:53 +0000
(
00:04
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Apr 2011 07:04:53 +0000
(
00:04
-0700)
* nd/init-gitdir:
t0001: guard a new test with SYMLINKS prerequisite
t/t0001-init.sh
patch
|
blob
|
history
raw
(from parent 1:
ff46a49
)
diff --git
a/t/t0001-init.sh
b/t/t0001-init.sh
index a5816d0e4f3744f8ba30666d8bb5828abf6cda51..54520f6fa69bef682e200497c531c9cd7367b9ea 100755
(executable)
--- a/
t/t0001-init.sh
+++ b/
t/t0001-init.sh
@@
-402,7
+402,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 &&
(