X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;fp=test%2Fexecutables.test;h=35dd2bc8442163bcc9557879eb9787e4c792c708;hb=05a7f0b2fb07f8ee7752604a2a87b85f2430aaa3;hp=0000000000000000000000000000000000000000;hpb=d01ab07f78f84d7d30c5788416c8d4ca0e1f74bf;p=tinc diff --git a/test/executables.test b/test/executables.test new file mode 100755 index 00000000..35dd2bc8 --- /dev/null +++ b/test/executables.test @@ -0,0 +1,8 @@ +#!/bin/sh + +. ./testlib.sh + +# Just test whether the executables work +$tincd --help +$tinc --help +$sptps_test --help