credential: use git_prompt instead of git_getpass
[gitweb.git] / t / test-lib.sh
index d7dfc8b0b1939180f16b8245e58465f883e85cbc..160479b81ea2f2f902c5e579a9a3469b92c656bf 100644 (file)
@@ -379,6 +379,11 @@ test_config () {
        git config "$@"
 }
 
+test_config_global () {
+       test_when_finished "test_unconfig --global '$1'" &&
+       git config --global "$@"
+}
+
 # Use test_set_prereq to tell that a particular prerequisite is available.
 # The prerequisite can later be checked for in two ways:
 #
@@ -950,6 +955,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