From d95c2f1eb788c4ccb1ce6f4add61943dbb334f07 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 11 Sep 2012 17:34:37 +0200 Subject: The set type revision number is added to the header part of listing Incompatibility: if your script rely on the number of lines in the header of set listings, then the new line Revision: number can break your script. --- tests/iptreemap.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/iptreemap.t') diff --git a/tests/iptreemap.t b/tests/iptreemap.t index 5a4d307..8061b4f 100644 --- a/tests/iptreemap.t +++ b/tests/iptreemap.t @@ -49,7 +49,7 @@ # Test element after upper bound of deleted network 0 ipset -T test 192.168.68.72 # List set -0 ipset -L test > .foo0 && ./sort.sh .foo0 +0 ipset -L test | grep -v Revision: > .foo0 && ./sort.sh .foo0 # Check listing 0 diff -u -I 'Size in memory.*' .foo iptreemap.t.list0 # Flush test set -- cgit v1.2.3