Skip to content

Commit 1cdbf4d

Browse files
committed
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>
1 parent a2b43c9 commit 1cdbf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ else # normal case, use ../bin-wrappers only unless $with_dashes:
10821082
GIT_EXEC_PATH=$GIT_BUILD_DIR
10831083
if test -n "$with_dashes"
10841084
then
1085-
PATH="$GIT_BUILD_DIR$PATH_SEP$PATH"
1085+
PATH="$GIT_BUILD_DIR$PATH_SEP$GIT_BUILD_DIR/t/helper$PATH_SEP$PATH"
10861086
fi
10871087
fi
10881088
GIT_TEMPLATE_DIR="$GIT_BUILD_DIR"/templates/blt

0 commit comments

Comments
 (0)