tinc/test/executables.test

11 lines
146 B
Text
Raw Normal View History

2013-08-31 22:39:14 +00:00
#!/bin/sh
. ./testlib.sh
# Just test whether the executables work
$tincd --help
$tinc --help
2017-04-17 11:54:02 +00:00
if [ -e $sptps_test ]; then
$sptps_test --help
fi