X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Ftests.sh;h=6a879575a9234fefa3eb665f477a267db3d1d593;hb=5e1b777ab504b5ab4428e5850bc03039f0e680ff;hp=6848f34bd957c0da7db489d68c2894a00a548665;hpb=2f8f017c377f71553730e8a17fb486cdae836175;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/tests.sh b/tests/tests.sh index 6848f34..6a87957 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -2,7 +2,7 @@ # tlsproxy test "suite". # -# Copyright (C) 2011 Simon Ruderich +# Copyright (C) 2011-2012 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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