X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=bc53aed2a3db5236e731f62f31b95ea00365f3cb;hb=d8e93b6816af7c33cd8dd0b27cfd18be0835e69a;hp=35dd2bc8442163bcc9557879eb9787e4c792c708;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/test/executables.test b/test/executables.test index 35dd2bc8..bc53aed2 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,8 +1,14 @@ #!/bin/sh +# shellcheck source=testlib.sh . ./testlib.sh -# Just test whether the executables work -$tincd --help -$tinc --help -$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