aboutsummaryrefslogtreecommitdiff
path: root/t/t9350-fast-export.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2010-08-12 20:09:12 -0600
committerJunio C Hamano <gitster@pobox.com>2010-08-12 21:38:39 -0700
commitdd5685818bca9b0cadc61a87c6470fa7df227302 (patch)
treecc7190d83c7ac23ad796f91aac290cfe919b9fd7 /t/t9350-fast-export.sh
parent2fd1ea14056cb630bbf99588b78d7d68f51907ce (diff)
downloadgit-dd5685818bca9b0cadc61a87c6470fa7df227302.tar.gz
git-dd5685818bca9b0cadc61a87c6470fa7df227302.tar.xz
Mark tests that use symlinks as needing SYMLINKS prerequisite
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9350-fast-export.sh')
-rwxr-xr-xt/t9350-fast-export.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9350-fast-export.sh b/t/t9350-fast-export.sh
index 1ee1461c9..27aea5c16 100755
--- a/t/t9350-fast-export.sh
+++ b/t/t9350-fast-export.sh
@@ -376,7 +376,7 @@ test_expect_success 'tree_tag-obj' 'git fast-export tree_tag-obj'
test_expect_success 'tag-obj_tag' 'git fast-export tag-obj_tag'
test_expect_success 'tag-obj_tag-obj' 'git fast-export tag-obj_tag-obj'
-test_expect_success 'directory becomes symlink' '
+test_expect_success SYMLINKS 'directory becomes symlink' '
git init dirtosymlink &&
git init result &&
(