From 4e21d6b5ce623f7601a872b94f3b88105356e2d3 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 30 May 2011 17:29:58 +0200 Subject: hash:* tests may seem to fail due to the too wide grep pattern, fix them --- tests/hash:ip,port,net.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/hash:ip,port,net.t') diff --git a/tests/hash:ip,port,net.t b/tests/hash:ip,port,net.t index c13ccc4..26645ef 100644 --- a/tests/hash:ip,port,net.t +++ b/tests/hash:ip,port,net.t @@ -43,7 +43,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/24 # 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 # Create set to add a range and with range notation in the network @@ -51,7 +51,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.0-192.168.2.255 # Check that correct number of elements are added -0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 6144 +0 n=`ipset list test|grep '^10.0'|wc -l` && test $n -eq 6144 # Destroy set 0 ipset -X test # eof -- cgit v1.2.3