зеркало из https://github.com/microsoft/git.git
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:
Родитель
1a41e743c6
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче