aboutsummaryrefslogtreecommitdiff
path: root/t/t7300-clean.sh
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2010-11-25 09:03:39 +0100
committerJunio C Hamano <gitster@pobox.com>2010-11-26 14:45:23 -0800
commit7569c1f444b38b9f34366302b4a61b7fd80fed00 (patch)
tree949df6963bb51ec09e41b37f126e2af0e466de83 /t/t7300-clean.sh
parent33fc521193746a0961c270997dbb881b520ad793 (diff)
downloadgit-7569c1f444b38b9f34366302b4a61b7fd80fed00.tar.gz
git-7569c1f444b38b9f34366302b4a61b7fd80fed00.tar.xz
t7300: add a missing SYMLINKS prerequisite
The test fails on Windows since 2dec68c (tests: add missing &&, batch 2). Even though this test allocates and leaves behind files, subsequent tests do not depend on this, so it is safe to just skip it. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7300-clean.sh')
-rwxr-xr-xt/t7300-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index c802ef826..02f67b73b 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -179,7 +179,7 @@ test_expect_success 'git clean -d with prefix and path' '
'
-test_expect_success 'git clean symbolic link' '
+test_expect_success SYMLINKS 'git clean symbolic link' '
mkdir -p build docs &&
touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&