Skip to content

Commit 503e224

Browse files
dschogitster
authored andcommitted
t/test-lib.sh: fix running tests with --valgrind
We forgot to adjust this code path after moving the test helpers to t/helper/. Signed-off-by: Johannes Schindelin <[email protected]> Acked-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4df7c8a commit 503e224

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
@@ -785,7 +785,7 @@ then
785785
# override all git executables in TEST_DIRECTORY/..
786786
GIT_VALGRIND=$TEST_DIRECTORY/valgrind
787787
mkdir -p "$GIT_VALGRIND"/bin
788-
for file in $GIT_BUILD_DIR/git* $GIT_BUILD_DIR/test-*
788+
for file in $GIT_BUILD_DIR/git* $GIT_BUILD_DIR/t/helper/test-*
789789
do
790790
make_valgrind_symlink $file
791791
done

0 commit comments

Comments
 (0)