#!/bin/sh . ./testlib.sh echo [STEP] Just test whether the executables work tinc foo --help tincd foo --help if [ -e "$SPTPS_TEST" ]; then $SPTPS_TEST --help fi