2019-08-26 11:44:51 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2019-08-26 11:44:53 +00:00
|
|
|
. "${0%/*}/testlib.sh"
|
2019-08-26 11:44:51 +00:00
|
|
|
|
|
|
|
# Just test whether the executables work
|
|
|
|
$tincd --help
|
|
|
|
$tinc --help
|
2019-08-26 11:44:52 +00:00
|
|
|
if [ -e $sptps_test ]; then
|
|
|
|
$sptps_test --help
|
|
|
|
fi
|