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 801de58..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-. ./testlib.sh
-
-# Just test whether the executables work
-$tincd --help
-$tinc --help
-if [ -e $sptps_test ]; then
-       $sptps_test --help
-fi