X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=test%2Fcommandline.test;h=157eb54c41976a40196c258115ca985aa552ea10;hp=e95c953509f8acf2f839e3308b2bbd94e2d47a76;hb=c2dc3784f127ef6db6e9960a4abecc1aab6f4e31;hpb=2faf3e91af90716180bde27f54370fe4cbfc64c2 diff --git a/test/commandline.test b/test/commandline.test index e95c9535..157eb54c 100755 --- a/test/commandline.test +++ b/test/commandline.test @@ -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