X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=bc53aed2a3db5236e731f62f31b95ea00365f3cb;hb=4ca3ecb6d5c0667eba68313a5ca24e73dcc8e9e4;hp=801de58c1c3abc447a886dcc68b6c315d8fc45f1;hpb=a14414731925cd59e64b3a90309b5a9ec60ac690;p=tinc diff --git a/test/executables.test b/test/executables.test index 801de58c..bc53aed2 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,10 +1,14 @@ #!/bin/sh +# shellcheck source=testlib.sh . ./testlib.sh -# Just test whether the executables work -$tincd --help -$tinc --help -if [ -e $sptps_test ]; then - $sptps_test --help +echo [STEP] Just test whether the executables work + +tinc foo --help + +tincd foo --help + +if [ -e "$SPTPS_TEST" ]; then + $SPTPS_TEST --help fi