Add support for meson build system
[tinc] / test / executables.test
index 96aad99..390d2c7 100755 (executable)
@@ -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