From 5e8ce21fa0cb39df395c788ec047400168548cec Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 11 Sep 2019 18:25:05 +0100 Subject: tests/run-test: remove obsolete Valgrind reference --- tests/run-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 "$@" -- cgit v1.2.1