biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / version-management / git / installCheck-path.patch
blob4b73d11744bafa13fb3b255d931eee43211739c4
1 diff --git a/t/test-lib.sh b/t/test-lib.sh
2 index 8665b0a9b6..8bb892b1af 100644
3 --- a/t/test-lib.sh
4 +++ b/t/test-lib.sh
5 @@ -1227,7 +1227,7 @@ elif test -n "$GIT_TEST_INSTALLED"
6 then
7 GIT_EXEC_PATH=$($GIT_TEST_INSTALLED/git --exec-path) ||
8 error "Cannot run git from $GIT_TEST_INSTALLED."
9 - PATH=$GIT_TEST_INSTALLED:$GIT_BUILD_DIR/t/helper:$PATH
10 + PATH=$GIT_TEST_INSTALLED:$GIT_BUILD_DIR/t/helper:$GIT_BUILD_DIR:$PATH
11 GIT_EXEC_PATH=${GIT_TEST_EXEC_PATH:-$GIT_EXEC_PATH}
12 else # normal case, use ../bin-wrappers only unless $with_dashes:
13 if test -n "$no_bin_wrappers"