Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2011-04-12 10:30:49 +0400
committerJunio C Hamano <gitster@pobox.com>2011-04-12 10:57:56 +0400
commit4e95fb6c378c4078d8ef258388e43c75d63a2ad9 (patch)
tree4d5815588a1d686b017219deb3aa4948b4beb8cf /t/t0001-init.sh
parentb57fb80a7d7d19102b31ab94a28ed43ea1ee07bb (diff)
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>
Diffstat (limited to 't/t0001-init.sh')
-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 &&
(