t0000: use test_ln_s_add to remove SYMLINKS prerequisite
commitc723a76d4da632f8fbb8e687cea751f6d16b4cb0
authorJohannes Sixt <j6t@kdbg.org>
Fri, 7 Jun 2013 20:53:29 +0000 (7 22:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 22:01:48 +0000 (7 15:01 -0700)
treed4f35bed7fedd91ee06d3c90c9360c4a457407a6
parent889c6f0e4d637223e0517d000eedad39b173d8a2
t0000: use test_ln_s_add to remove SYMLINKS prerequisite

t0000-basic hard-codes many object IDs. To cater to file systems that do
not support symbolic links, different IDs are used depending on the
SYMLINKS prerequisite. But we can observe the symbolic links are only
needed to generate index entries. Use test_ln_s_add to generate the
index entries and get rid of explicit SYMLINKS checks.

This undoes the special casing introduced in this test by 704a3143
(Use prerequisite tags to skip tests that depend on symbolic links,
2009-03-04).

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh