From: Sven-Haegar Koch Date: Tue, 10 Feb 2015 00:17:12 +0000 (+0100) Subject: Fixed variables.test testsuite after 'Make "tinc add" idempotent.' change. X-Git-Tag: release-1.1pre12~203 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=85000a30ca68d3c8e9a98eb9537f4d1505bd849e Fixed variables.test testsuite after 'Make "tinc add" idempotent.' change. --- diff --git a/test/variables.test b/test/variables.test index 4cf9d5e5..5fe60465 100755 --- a/test/variables.test +++ b/test/variables.test @@ -38,7 +38,6 @@ $tinc $c1 add Subnet 2 $tinc $c1 add Subnet 3 test "`$tinc $c1 get Subnet`" = "1 2 -2 3" $tinc $c1 del Subnet 2 test "`$tinc $c1 get Subnet`" = "1 @@ -65,7 +64,6 @@ $tinc $c1 add bar.Subnet 2 $tinc $c1 add bar.Subnet 3 test "`$tinc $c1 get bar.Subnet`" = "1 2 -2 3" $tinc $c1 del bar.Subnet 2 test "`$tinc $c1 get bar.Subnet`" = "1