GitHub CI: update list of container images
[tinc] / test / executables.test
diff --git a/test/executables.test b/test/executables.test
deleted file mode 100755 (executable)
index 28bff2a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# shellcheck source=testlib.sh
-. "${0%/*}/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