Symlink mergetools scriptlets into valgrind wrappers
commitee0d7bf92507f7c968736a490813e8d9cd7792b1
authorThomas Rast <trast@student.ethz.ch>
Tue, 30 Aug 2011 00:47:36 +0000 (30 02:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2011 19:27:01 +0000 (30 12:27 -0700)
treee9dfe82f7b9855f09037a4e63486fac03ca88f28
parent3f1c70f717da3c9ec6ae3744593c7f9f3729aad7
Symlink mergetools scriptlets into valgrind wrappers

Since bc7a96a (mergetool--lib: Refactor tools into separate files,
2011-08-18) the mergetools and difftools related tests fail under
--valgrind because the mergetools/* scriptlets are not in the exec
path.

For now, symlink the mergetools subdir into the t/valgrind/bin
directory as a whole, since it does not contain anything of interest
to the valgrind wrappers.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh