* [PATCH] Fix tests with new git in C
@ 2005-11-16 1:44 Johannes Schindelin
2005-11-16 3:01 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Schindelin @ 2005-11-16 1:44 UTC (permalink / raw)
To: git, junkio
GIT_EXEC_PATH *has* to be set.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
---
t/test-lib.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
applies-to: 923eb95f309cc9765505d187ce03881a555e75f6
ab9cab703171b1ccfe1bee5c3b210ca7369a0476
diff --git a/t/test-lib.sh b/t/test-lib.sh
index a8f239d..e654155 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
---
0.99.9.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-16 3:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 1:44 [PATCH] Fix tests with new git in C Johannes Schindelin
2005-11-16 3:01 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox