From 73d8393bd6c54e0ec28d5f6c114a6eb3821a8ec1 Mon Sep 17 00:00:00 2001 From: Sven-Haegar Koch Date: Thu, 7 Aug 2014 22:14:20 +0200 Subject: [PATCH] commandline.test: Adding test that fetching non-existing config setting really fails. --- test/commandline.test | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1