tests: respect GIT_TEST_INSTALLED when initializing repositories
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 12 Nov 2018 13:48:34 +0000 (05:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2018 04:50:20 +0000 (13:50 +0900)
commit3af4c7156c45401ab67c008faefe113563597164
tree3db9379998cfdb7d9cbe5a289b55a158b9818f3a
parent16df35cbd303cd4464b7549bd99d8d852301a8bb
tests: respect GIT_TEST_INSTALLED when initializing repositories

It really makes very, very little sense to use a different git
executable than the one the caller indicated via setting the environment
variable GIT_TEST_INSTALLED.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh