summaryrefslogtreecommitdiff
path: root/tests/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup b/tests/setup
index 4d5f0c4..2b4e913 100755
--- a/tests/setup
+++ b/tests/setup
@@ -13,7 +13,7 @@ JQBASEDIR=$JQTESTDIR/..
JQ=$JQBASEDIR/jq
if [ -z "${NO_VALGRIND-}" ] && which valgrind > /dev/null; then
- VALGRIND="libtool --mode=execute -- valgrind \
+ VALGRIND="$LIBTOOL --mode=execute -- valgrind \
--error-exitcode=1 --leak-check=full \
--suppressions=$JQTESTDIR/onig.supp"
VG_EXIT0=--error-exitcode=0