Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/test-lib.sh: fix running tests with --valgrind
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Mon, 11 Jul 2016 11:45:08 +0000
(13:45 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 11 Jul 2016 19:26:39 +0000
(12:26 -0700)
We forgot to adjust this code path after moving the test helpers to
t/helper/.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4df7c8a
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index cd0ecd444de0cb38bdcfda159f1e8c18b7fdce03..0c966f3eaa09e7b523b77240ea35b5b06ec4b316 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-785,7
+785,7
@@
then
# override all git executables in TEST_DIRECTORY/..
GIT_VALGRIND=$TEST_DIRECTORY/valgrind
mkdir -p "$GIT_VALGRIND"/bin
- for file in $GIT_BUILD_DIR/git* $GIT_BUILD_DIR/test-*
+ for file in $GIT_BUILD_DIR/git* $GIT_BUILD_DIR/t
/helper/t
est-*
do
make_valgrind_symlink $file
done