Fix tests with new git in C
GIT_EXEC_PATH *has* to be set. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
1a41e743c6
commit
a0fa2a10b4
@ -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
|
||||
|
Reference in New Issue
Block a user