#!/bin/sh # shellcheck disable=SC1090 . "$TESTLIB_PATH" echo [STEP] Just test whether the executables work tinc foo --help tincd foo --help if [ -e "$SPTPS_TEST_PATH" ]; then "$SPTPS_TEST_PATH" --help fi