X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=e654155a2eb0bc7aaf84335141d51c8f4fedb512;hb=7f59dbbb8f8d479c1d31453eac06ec765436a780;hp=a8f239df8fc45575ca543208c2bcad771d3f4d7e;hpb=8ac3a61f59173d4a9a328518be83a25df610a5ef;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index a8f239df..e654155a 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -158,6 +158,8 @@ test_done () { # Test the binaries we have just built. The tests are kept in # t/ subdirectory and are run in trash subdirectory. PATH=$(pwd)/..:$PATH +GIT_EXEC_PATH=$(pwd)/.. +export GIT_EXEC_PATH # Test repository test=trash