summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip,port.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hash:ip,port.t')
-rw-r--r--tests/hash:ip,port.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash:ip,port.t b/tests/hash:ip,port.t
index 639bfe6..c2bc0cc 100644
--- a/tests/hash:ip,port.t
+++ b/tests/hash:ip,port.t
@@ -79,7 +79,7 @@
# Add a range which forces a resizing
0 ipset add test 10.0.0.0-10.0.3.255,tcp:80-82
# Check that correct number of elements are added
-0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 3072
+0 n=`ipset list test|grep '^10.0'|wc -l` && test $n -eq 3072
# Destroy set
0 ipset -X test
# eof