X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=390d2c71ab4fb78327931b132b8021253f25e7cc;hb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;hp=96aad992977a23fa243227266c2a2561c3418187;hpb=09dda64ce99668c918fada04b9ad6bf9cd2ab104;p=tinc diff --git a/test/executables.test b/test/executables.test index 96aad992..390d2c71 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,6 +1,7 @@ #!/bin/sh -. ./testlib.sh +# shellcheck disable=SC1090 +. "$TESTLIB_PATH" echo [STEP] Just test whether the executables work @@ -8,6 +9,6 @@ tinc foo --help tincd foo --help -if [ -e "$SPTPS_TEST" ]; then - $SPTPS_TEST --help +if [ -e "$SPTPS_TEST_PATH" ]; then + "$SPTPS_TEST_PATH" --help fi