tinc/test/executables.test
2019-08-26 13:44:53 +02:00

10 lines
154 B
Bash
Executable file

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