commandline.test: Adding test that fetching non-existing config setting really fails.
This commit is contained in:
parent
9fe5ab7ccb
commit
73d8393bd6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue