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.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hash:ip.t') diff --git a/tests/hash:ip.t b/tests/hash:ip.t index 10a1809..8ae584f 100644 --- a/tests/hash:ip.t +++ b/tests/hash:ip.t @@ -65,7 +65,7 @@ # IP: Add a range which forces a resizing 0 ipset add test 10.0.0.0-10.0.3.255 # IP: Check that correct number of elements are added -0 n=`ipset list test|grep 10.0|wc -l` && test $n -eq 1024 +0 n=`ipset list test|grep '^10.0'|wc -l` && test $n -eq 1024 # IP: Destroy sets 0 ipset -X # Network: Create a set with timeout -- cgit v1.2.3