t3509, t4023, t4114: use test_ln_s_add to remove SYMLINKS prerequisite
commit622f98e272196c9eb00ae4bc7b8710ed72a2c1ad
authorJohannes Sixt <j6t@kdbg.org>
Fri, 7 Jun 2013 20:53:32 +0000 (7 22:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 22:01:51 +0000 (7 15:01 -0700)
treeb0cb1cd52a301b45736db0176de81c36d12d3d17
parente40db07f5f4e46dc8678f81b672a0466d4d5b7ad
t3509, t4023, t4114: use test_ln_s_add to remove SYMLINKS prerequisite

In t4023 and t4114, we have to remove the entries using 'git rm' because
otherwise the entries that must turn from symbolic links to regular files
would stay symbolic links in the index. For the same reason, we have to
use 'git mv' instead of plain 'mv' in t3509.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3509-cherry-pick-merge-df.sh
t/t4023-diff-rename-typechange.sh
t/t4114-apply-typechange.sh