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