tests: add t/helper/ to the PATH with --with-dashes

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>

Johannes Schindelin committed Jan 29, 2019 at 06:19 UTC ca7312d3ef32368108fb78c6ff236a91315927ad
1 file changed +1 -1
t/test-lib.sh
+1 -1
@@ -1227,7 +1227,7 @@ else # normal case, use ../bin-wrappers only unless $with_dashes:
1227 GIT_EXEC_PATH=$GIT_BUILD_DIR
1228 if test -n "$with_dashes"
1229 then
1230 - PATH="$GIT_BUILD_DIR:$PATH"
1230 + PATH="$GIT_BUILD_DIR:$GIT_BUILD_DIR/t/helper:$PATH"
1231 fi
1232 fi
1233 GIT_TEMPLATE_DIR="$GIT_BUILD_DIR"/templates/blt