tinc/test/executables.test
lagertonne a8b96209ec
Some checks failed
continuous-integration/drone/push Build is failing
additions to upstream
2022-04-22 20:35:35 +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