Hopefully fix warning in test run script.
[libsub.git] / run / tests
index 6857103c513ca7d35dbcb7f162a63832a3377020..31a476935233f99fc8beac430a54d38e9a82a437 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -10,5 +10,5 @@ elif [ "$1" == "--valgrind" ]; then
     shift
     valgrind --tool="memcheck" build/test/tests $private $*
 else
-    build/test/tests $* $private
+    build/test/tests $* -- $private
 fi