tinc/test/executables.test
2017-04-17 14:22:39 +02:00

10 lines
146 B
Bash
Executable file

#!/bin/sh
. ./testlib.sh
# Just test whether the executables work
$tincd --help
$tinc --help
if [ -e $sptps_test ]; then
$sptps_test --help
fi