X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=96aad992977a23fa243227266c2a2561c3418187;hb=7e09765003114ba37fed2851d9126924d0f813f1;hp=35dd2bc8442163bcc9557879eb9787e4c792c708;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/test/executables.test b/test/executables.test index 35dd2bc8..96aad992 100755 --- a/test/executables.test +++ b/test/executables.test @@ -2,7 +2,12 @@ . ./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