t7300: add a missing SYMLINKS prerequisite
commit7569c1f444b38b9f34366302b4a61b7fd80fed00
authorJohannes Sixt <j6t@kdbg.org>
Thu, 25 Nov 2010 08:03:39 +0000 (25 09:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Nov 2010 22:45:23 +0000 (26 14:45 -0800)
tree949df6963bb51ec09e41b37f126e2af0e466de83
parent33fc521193746a0961c270997dbb881b520ad793
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>
t/t7300-clean.sh