Restore libgcrypt support.
[tinc] / test / executables.test
index 801de58..96aad99 100755 (executable)
@@ -2,9 +2,12 @@
 
 . ./testlib.sh
 
-# Just test whether the executables work
-$tincd --help
-$tinc --help
-if [ -e $sptps_test ]; then
-       $sptps_test --help
+echo [STEP] Just test whether the executables work
+
+tinc foo --help
+
+tincd foo --help
+
+if [ -e "$SPTPS_TEST" ]; then
+  $SPTPS_TEST --help
 fi