X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fexecutables.test;h=0cf9723ebb7ce170f544e070298feb8749b62a7c;hb=refs%2Fheads%2F1.1;hp=28bff2a3806ce767710d6fa1488e0b6bc15c38c4;hpb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;p=tinc diff --git a/test/executables.test b/test/executables.test deleted file mode 100755 index 28bff2a3..00000000 --- a/test/executables.test +++ /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