summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip,port,ip.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-30 17:29:58 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-30 17:29:58 +0200
commit4e21d6b5ce623f7601a872b94f3b88105356e2d3 (patch)
tree0a8220c27c0b1924344edb296f3665c32683966a /tests/hash:ip,port,ip.t
parent596013c3a18f8901d356886a58b61d66e68afd47 (diff)
hash:* tests may seem to fail due to the too wide grep pattern, fix them
Diffstat (limited to 'tests/hash:ip,port,ip.t')
-rw-r--r--tests/hash:ip,port,ip.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash:ip,port,ip.t b/tests/hash:ip,port,ip.t
index 5b79ab8..01132e8 100644
--- a/tests/hash:ip,port,ip.t
+++ b/tests/hash:ip,port,ip.t
@@ -59,7 +59,7 @@
# Add a range which forces a resizing
0 ipset add test 10.0.0.0-10.0.3.255,tcp:80-82,192.168.0.1
# 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