Skip to content

Commit 0a05bae

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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb6211c commit 0a05bae

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
@@ -1094,7 +1094,7 @@ else # normal case, use ../bin-wrappers only unless $with_dashes:
10941094
GIT_EXEC_PATH=$GIT_BUILD_DIR
10951095
if test -n "$with_dashes"
10961096
then
1097-
PATH="$GIT_BUILD_DIR:$PATH"
1097+
PATH="$GIT_BUILD_DIR:$GIT_BUILD_DIR/t/helper:$PATH"
10981098
fi
10991099
fi
11001100
GIT_TEMPLATE_DIR="$GIT_BUILD_DIR"/templates/blt

0 commit comments

Comments
 (0)