CI: Install and use OpenSSL 1.1 on CentOS 7.
[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