1
0
mirror of https://github.com/git/git.git synced 2025-03-25 09:25:02 +00:00

Merge branch 'nd/init-gitdir'

* nd/init-gitdir:
  t0001: guard a new test with SYMLINKS prerequisite
This commit is contained in:
Junio C Hamano 2011-04-12 00:04:53 -07:00
commit 5dee1532e1

View File

@ -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 &&
(