96aad992977a23fa243227266c2a2561c3418187
[tinc] / test / executables.test
1 #!/bin/sh
2
3 . ./testlib.sh
4
5 echo [STEP] Just test whether the executables work
6
7 tinc foo --help
8
9 tincd foo --help
10
11 if [ -e "$SPTPS_TEST" ]; then
12   $SPTPS_TEST --help
13 fi