projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2ddde
)
Fixed variables.test testsuite after 'Make "tinc add" idempotent.' change.
author
Sven-Haegar Koch
<haegar@sdinet.de>
Tue, 10 Feb 2015 00:17:12 +0000
(
01:17
+0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Feb 2015 06:54:52 +0000
(07:54 +0100)
test/variables.test
patch
|
blob
|
history
diff --git
a/test/variables.test
b/test/variables.test
index
4cf9d5e
..
5fe6046
100755
(executable)
--- 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