]> tinc-vpn.org Git - tinc/blobdiff - test/commandline.test
Use global "now" in try_udp() and try_mtu().
[tinc] / test / commandline.test
index e95c953509f8acf2f839e3308b2bbd94e2d47a76..157eb54c41976a40196c258115ca985aa552ea10 100755 (executable)
@@ -44,6 +44,7 @@ $tinc $c1 --net foo get name
 
 # Test tinc command line options that should not work
 
+$tinc $c1 -n foo get somethingreallyunknown && exit 1 || true
 $tinc $c1 --net && exit 1 || true
 $tinc $c1 --net get name && exit 1 || true
 $tinc $c1 foo && exit 1 || true