tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
commit16df35cbd303cd4464b7549bd99d8d852301a8bb
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 12 Nov 2018 13:48:33 +0000 (12 05:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2018 04:50:20 +0000 (14 13:50 +0900)
treed5bd2003ef89b1d8353e53ae30f7a512c6af575f
parentd166e6afe5f257217836ef24a73764eba390c58d
tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/

We really need to be able to find the test helpers... Really. This
change was forgotten when we moved the test helpers into t/helper/

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