Fixed variables.test testsuite after 'Make "tinc add" idempotent.' change.
This commit is contained in:
parent
4b2ddded2c
commit
85000a30ca
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ $tinc $c1 add Subnet 2
|
||||||
$tinc $c1 add Subnet 3
|
$tinc $c1 add Subnet 3
|
||||||
test "`$tinc $c1 get Subnet`" = "1
|
test "`$tinc $c1 get Subnet`" = "1
|
||||||
2
|
2
|
||||||
2
|
|
||||||
3"
|
3"
|
||||||
$tinc $c1 del Subnet 2
|
$tinc $c1 del Subnet 2
|
||||||
test "`$tinc $c1 get Subnet`" = "1
|
test "`$tinc $c1 get Subnet`" = "1
|
||||||
|
@ -65,7 +64,6 @@ $tinc $c1 add bar.Subnet 2
|
||||||
$tinc $c1 add bar.Subnet 3
|
$tinc $c1 add bar.Subnet 3
|
||||||
test "`$tinc $c1 get bar.Subnet`" = "1
|
test "`$tinc $c1 get bar.Subnet`" = "1
|
||||||
2
|
2
|
||||||
2
|
|
||||||
3"
|
3"
|
||||||
$tinc $c1 del bar.Subnet 2
|
$tinc $c1 del bar.Subnet 2
|
||||||
test "`$tinc $c1 get bar.Subnet`" = "1
|
test "`$tinc $c1 get bar.Subnet`" = "1
|
||||||
|
|
Loading…
Add table
Reference in a new issue