X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=0cf9723ebb7ce170f544e070298feb8749b62a7c;hb=a0baeddb8aa745007d0302ed06247cabb8facb32;hp=35dd2bc8442163bcc9557879eb9787e4c792c708;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/test/executables.test b/test/executables.test index 35dd2bc8..0cf9723e 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,8 +1,10 @@ #!/bin/sh -. ./testlib.sh +. "${0%/*}/testlib.sh" # Just test whether the executables work $tincd --help $tinc --help -$sptps_test --help +if [ -e $sptps_test ]; then + $sptps_test --help +fi