summaryrefslogtreecommitdiffstats
path: root/tests/hash:net,port.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:net,port.t')
-rw-r--r--tests/hash:net,port.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/hash:net,port.t b/tests/hash:net,port.t
index 5424ff7..5a850e6 100644
--- a/tests/hash:net,port.t
+++ b/tests/hash:net,port.t
@@ -41,15 +41,15 @@
# Test ICMP by name
0 ipset test test 2.0.0.255,icmp:host-prohibited
# List set
-0 ipset list test | grep -v Revision: | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0
+0 ipset list test > .foo0 && ./sort.sh .foo0
# Check listing
-0 diff -u -I 'Size in memory.*' .foo hash:net,port.t.list0
+0 ./diff.sh .foo hash:net,port.t.list0
# Sleep 5s so that element can time out
0 sleep 5
# IP: List set
-0 ipset -L test 2>/dev/null | grep -v Revision: > .foo0 && ./sort.sh .foo0
+0 ipset -L test > .foo0 && ./sort.sh .foo0
# IP: Check listing
-0 diff -u -I 'Size in memory.*' .foo hash:net,port.t.list1
+0 ./diff.sh .foo hash:net,port.t.list1
# Flush test set
0 ipset flush test
# Add multiple elements in one step