X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=801de58c1c3abc447a886dcc68b6c315d8fc45f1;hb=d73cdee5df3e6c7395270c69e944b3c853f013ae;hp=35dd2bc8442163bcc9557879eb9787e4c792c708;hpb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;p=tinc diff --git a/test/executables.test b/test/executables.test index 35dd2bc8..801de58c 100755 --- a/test/executables.test +++ b/test/executables.test @@ -5,4 +5,6 @@ # Just test whether the executables work $tincd --help $tinc --help -$sptps_test --help +if [ -e $sptps_test ]; then + $sptps_test --help +fi