From 4e95fb6c378c4078d8ef258388e43c75d63a2ad9 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 12 Apr 2011 08:30:49 +0200 Subject: [PATCH] t0001: guard a new test with SYMLINKS prerequisite Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- t/t0001-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0001-init.sh b/t/t0001-init.sh index b2e6919da1..21caba7698 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -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 && ( -- 2.11.4.GIT