X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=390d2c71ab4fb78327931b132b8021253f25e7cc;hb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;hp=bc53aed2a3db5236e731f62f31b95ea00365f3cb;hpb=4fbaf80d56a418ebd23eeace9053fa8f20097f77;p=tinc diff --git a/test/executables.test b/test/executables.test index bc53aed2..390d2c71 100755 --- a/test/executables.test +++ b/test/executables.test @@ -1,7 +1,7 @@ #!/bin/sh -# shellcheck source=testlib.sh -. ./testlib.sh +# shellcheck disable=SC1090 +. "$TESTLIB_PATH" echo [STEP] Just test whether the executables work @@ -9,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