X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=bc53aed2a3db5236e731f62f31b95ea00365f3cb;hb=d8e93b6816af7c33cd8dd0b27cfd18be0835e69a;hp=0cf9723ebb7ce170f544e070298feb8749b62a7c;hpb=a0baeddb8aa745007d0302ed06247cabb8facb32;p=tinc diff --git a/test/executables.test b/test/executables.test index 0cf9723e..bc53aed2 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,10 +1,14 @@ #!/bin/sh -. "${0%/*}/testlib.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