X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=tests%2Flib.sh;h=3e29a55023816cc539065c20c1b8ce898b00b7db;hp=53a2ea444602a09399fd1b5b595e5ce90a03ae28;hb=5c8b5233fbadc8963cef28d851599bf4c34d271a;hpb=7337375e052aa1eeebc681c7c5b78aa242329339 diff --git a/tests/lib.sh b/tests/lib.sh index 53a2ea4..3e29a55 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -74,7 +74,7 @@ run_test() { export COLORED_STDERR_FORCE_WRITE fi - "$@" "$testcase" > output 2>&1 + $valgrind_cmd "$@" "$testcase" > output 2>&1 ) diff -u "$expected" output \