summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-05 19:35:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-05 19:35:53 (GMT)
commitc4800a3b7731a4dc0274736403e8202ce3346f04 (patch)
treee864296135830ce3895c20fc770cfa6810aff2c6 /t/test-lib.sh
parent00723b02912cc9dae1ee5601ab4b942fdd42ff52 (diff)
parentee0d7bf92507f7c968736a490813e8d9cd7792b1 (diff)
downloadgit-c4800a3b7731a4dc0274736403e8202ce3346f04.zip
git-c4800a3b7731a4dc0274736403e8202ce3346f04.tar.gz
git-c4800a3b7731a4dc0274736403e8202ce3346f04.tar.bz2
Merge branch 'tr/mergetool-valgrind'
* tr/mergetool-valgrind: Symlink mergetools scriptlets into valgrind wrappers
Diffstat (limited to 't/test-lib.sh')
-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 d7dfc8b..bdd9513 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