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/portmap.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/portmap.t') diff --git a/tests/portmap.t b/tests/portmap.t index c9856bf..36ad682 100644 --- a/tests/portmap.t +++ b/tests/portmap.t @@ -25,7 +25,7 @@ # Range: Delete the same element 0 ipset -D test 567 # Range: List set -0 ipset -L test > .foo +0 ipset -L test | grep -v Revision: > .foo # Range: Check listing 0 diff -u -I 'Size in memory.*' .foo portmap.t.list0 # Range: Flush test set @@ -45,7 +45,7 @@ # Full: Test value not added to the set 1 ipset -T test 1 # Full: List set -0 ipset -L test > .foo +0 ipset -L test | grep -v Revision: > .foo # Full: Check listing 0 diff -u -I 'Size in memory.*' .foo portmap.t.list1 # Full: Flush test set @@ -69,13 +69,13 @@ # Full: Delete the same element 0 ipset -D test 567 # Full: List set -0 ipset -L test | sed 's/timeout ./timeout x/' > .foo +0 ipset -L test | grep -v Revision: | sed 's/timeout ./timeout x/' > .foo # Full: Check listing 0 diff -u -I 'Size in memory.*' .foo portmap.t.list3 # Full: sleep 5s so that elements can timeout 0 sleep 5 # Full: List set -0 ipset -L test > .foo +0 ipset -L test | grep -v Revision: > .foo # Full: Check listing # 0 diff -u -I 'Size in memory.*' .foo portmap.t.list2 # Full: Flush test set -- cgit v1.2.3