summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2011-04-12 08:30:49 +0200
committerJunio C Hamano <gitster@pobox.com>2011-04-11 23:57:56 -0700
commit4e95fb6c378c4078d8ef258388e43c75d63a2ad9 (patch)
tree4d5815588a1d686b017219deb3aa4948b4beb8cf
parentb57fb80a7d7d19102b31ab94a28ed43ea1ee07bb (diff)
downloadgit-4e95fb6c378c4078d8ef258388e43c75d63a2ad9.tar.gz
t0001: guard a new test with SYMLINKS prerequisite
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t0001-init.sh2
1 files changed, 1 insertions, 1 deletions
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 &&
(