installCheck-path.patch
13 lines
| 574 B
| text/x-diff
|
DiffLexer
r584 | diff --git a/t/test-lib.sh b/t/test-lib.sh | |||
r724 | index 8665b0a9b6..8bb892b1af 100644 | |||
r584 | --- a/t/test-lib.sh | |||
+++ b/t/test-lib.sh | ||||
r724 | @@ -1227,7 +1227,7 @@ elif test -n "$GIT_TEST_INSTALLED" | |||
r584 | then | |||
GIT_EXEC_PATH=$($GIT_TEST_INSTALLED/git --exec-path) || | ||||
error "Cannot run git from $GIT_TEST_INSTALLED." | ||||
r724 | - PATH=$GIT_TEST_INSTALLED:$GIT_BUILD_DIR/t/helper:$PATH | |||
r584 | + PATH=$GIT_TEST_INSTALLED:$GIT_BUILD_DIR/t/helper:$GIT_BUILD_DIR:$PATH | |||
GIT_EXEC_PATH=${GIT_TEST_EXEC_PATH:-$GIT_EXEC_PATH} | ||||
else # normal case, use ../bin-wrappers only unless $with_dashes: | ||||
r724 | if test -n "$no_bin_wrappers" | |||