]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - tests/tests.sh
src/*,test/*: Add missing quotes to shell scripts.
[tlsproxy/tlsproxy.git] / tests / tests.sh
index d831db34d23eefa9464639bb521f93b908013d9e..6a879575a9234fefa3eb665f477a267db3d1d593 100755 (executable)
@@ -22,9 +22,9 @@
 [ "x$srcdir" = x ] && srcdir=.
 
 echo "RUNNING NORMAL TESTS"
-$srcdir/tests-normal.sh || exit 1
+"$srcdir/tests-normal.sh" || exit 1
 
 echo
 
 echo "RUNNING PASSTHROUGH (-u) TESTS"
-$srcdir/tests-passthrough.sh || exit 1
+"$srcdir/tests-passthrough.sh" || exit 1