This is required since with --valgrind, the $GIT_EXEC_PATH that is used to determine the proper location of these directories points to .../t/valgrind/bin. Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> --- t/test-lib.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index 4ae0de8..2f4bb27 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -735,6 +735,8 @@ then do make_valgrind_symlink $file done + make_symlink "$TEST_DIRECTORY/../po" "$GIT_VALGRIND"/bin/po + make_symlink "$TEST_DIRECTORY/../share" "$GIT_VALGRIND"/bin/share OLDIFS=$IFS IFS=: for path in $PATH -- 1.7.2.289.g93c76 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html