Skip to content

Commit

Permalink
Merge branch 'nd/init-gitdir'
Browse files Browse the repository at this point in the history
* nd/init-gitdir:
  t0001: guard a new test with SYMLINKS prerequisite
  • Loading branch information
Junio C Hamano committed Apr 12, 2011
2 parents ff46a49 + 4e95fb6 commit 5dee153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0001-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
(
Expand Down

0 comments on commit 5dee153

Please sign in to comment.