Skip to content

Commit

Permalink
t0001: guard a new test with SYMLINKS prerequisite
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Sixt authored and Junio C Hamano committed Apr 12, 2011
1 parent b57fb80 commit 4e95fb6
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 @@ -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 &&
(
Expand Down

0 comments on commit 4e95fb6

Please sign in to comment.