commandline.test: Adding test that fetching non-existing config setting really fails.

This commit is contained in:
Sven-Haegar Koch 2014-08-07 22:14:20 +02:00 committed by Guus Sliepen
parent 9fe5ab7ccb
commit 73d8393bd6

View file

@ -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