diff options
author | Elijah Newren <newren@gmail.com> | 2010-08-12 20:09:12 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-12 21:38:39 -0700 |
commit | dd5685818bca9b0cadc61a87c6470fa7df227302 (patch) | |
tree | cc7190d83c7ac23ad796f91aac290cfe919b9fd7 /t/t9350-fast-export.sh | |
parent | 2fd1ea14056cb630bbf99588b78d7d68f51907ce (diff) | |
download | git-dd5685818bca9b0cadc61a87c6470fa7df227302.tar.gz |
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-x | t/t9350-fast-export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9350-fast-export.sh b/t/t9350-fast-export.sh index 1ee1461c9b..27aea5c165 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 && ( |