summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2019-09-11 18:25:05 +0100
committerReuben Thomas <rrt@sc3d.org>2019-09-11 18:25:52 +0100
commit5e8ce21fa0cb39df395c788ec047400168548cec (patch)
tree69f78960616b56aeef95015cd7f099fbcc877b74 /tests
parente2b1e2b60ad5d0cc0d89a787cb2308c958cf6fa2 (diff)
downloadenchant-5e8ce21fa0cb39df395c788ec047400168548cec.tar.gz
tests/run-test: remove obsolete Valgrind reference
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-test b/tests/run-test
index 2e26f3f..5049c31 100755
--- a/tests/run-test
+++ b/tests/run-test
@@ -1,3 +1,3 @@
#!/bin/sh
# Run the given binary via a libtool wrapper script
-$LIBTOOL --mode=execute $VALGRIND "$@"
+$LIBTOOL --mode=execute "$@"