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.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hash:net,port.t b/tests/hash:net,port.t
index 519292c..b7bc8a3 100644
--- a/tests/hash:net,port.t
+++ b/tests/hash:net,port.t
@@ -59,7 +59,7 @@
# Add a range which forces a resizing
0 ipset add test 10.0.0.0/24,tcp:80-1105
# Check that correct number of elements are added
-0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 1026
+0 n=`ipset list test|grep '^10.0'|wc -l` && test $n -eq 1026
# Destroy set
0 ipset -X test
# Create set to add a range and with range notation in the network
@@ -67,7 +67,7 @@
# Add a range which forces a resizing
0 ipset add test 10.0.0.0-10.0.2.255,tcp:80-1105
# Check that correct number of elements are added
-0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 2052
+0 n=`ipset list test|grep '^10.0'|wc -l` && test $n -eq 2052
# Destroy set
0 ipset -X test
# eof