Browse Source

Merge branch 'nd/init-gitdir'

* nd/init-gitdir:
  t0001: guard a new test with SYMLINKS prerequisite
maint
Junio C Hamano 14 years ago
parent
commit
5dee1532e1
  1. 2
      t/t0001-init.sh

2
t/t0001-init.sh

@ -402,7 +402,7 @@ test_expect_success 're-init to move gitdir' ' @@ -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 &&
(

Loading…
Cancel
Save