From: Johannes Schindelin Date: Wed, 16 Nov 2005 01:44:50 +0000 (+0100) Subject: Fix tests with new git in C X-Git-Tag: v0.99.9k~3^2~17 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=a0fa2a10b401aa4c8b13d176a5e3e3b7c455208f Fix tests with new git in C GIT_EXEC_PATH *has* to be set. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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