X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=390d2c71ab4fb78327931b132b8021253f25e7cc;hb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;hp=35dd2bc8442163bcc9557879eb9787e4c792c708;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/test/executables.test b/test/executables.test index 35dd2bc8..390d2c71 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,8 +1,14 @@ #!/bin/sh -. ./testlib.sh +# shellcheck disable=SC1090 +. "$TESTLIB_PATH" -# 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_PATH" ]; then + "$SPTPS_TEST_PATH" --help +fi