Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.
commit10b94e283aa76d56b85cfc9fcb8bc63f167b580b
authorJunio C Hamano <junkio@cox.net>
Sat, 10 Dec 2005 01:32:18 +0000 (9 17:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Dec 2005 01:32:18 +0000 (9 17:32 -0800)
tree6ea41c64f4b21b11d42905637dc398b0bd834d9d
parent0f737464a6734d917431cf8df14eb04bd9c4cd8d
Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.

This is just a belts-and-suspenders check, but makes sure we
have both "git" and "git-init-db" built, executable, and
checking.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh