test-lib.sh: Test for presence of git-init in the right path.
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 16 Mar 2009 17:03:11 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2009 19:18:18 +0000 (12:18 -0700)
It just happens so that when GIT_EXEC_PATH points to a compiled checkout
of git.git it contains "git". Since this is not true in general make
test-lib check for "git-init" which is always in GIT_EXEC_PATH.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found