aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-15 20:46:37 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-15 20:46:37 -0700
commit8f858299b585e4be0648432a78a94b0260b3ad86 (patch)
tree45190cf2d0e0109fdf6126fde597512b9eff2d88 /t
parent7c4f050ae1e140a81f66b5cf92ad2c8673cfda8b (diff)
parentee0d7bf92507f7c968736a490813e8d9cd7792b1 (diff)
downloadgit-8f858299b585e4be0648432a78a94b0260b3ad86.tar.gz
git-8f858299b585e4be0648432a78a94b0260b3ad86.tar.xz
Merge branch 'tr/mergetool-valgrind' into maint
* tr/mergetool-valgrind: Symlink mergetools scriptlets into valgrind wrappers
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index d7dfc8b0b..bdd9513b8 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -950,6 +950,8 @@ then
do
make_valgrind_symlink $file
done
+ # special-case the mergetools loadables
+ make_symlink "$GIT_BUILD_DIR"/mergetools "$GIT_VALGRIND/bin/mergetools"
OLDIFS=$IFS
IFS=:
for path in $PATH