]> granicus.if.org Git - ipset/commitdiff
hash:net test may seem to fail due to the too wide grep pattern, fix it
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 18:54:01 +0000 (20:54 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 27 May 2011 18:54:01 +0000 (20:54 +0200)
tests/hash:net.t

index 9f99ef88b812e49ac3bc4e8e5ab80525e42f6b28..e51186f03daf8edbcd99cb0f86730ebcce2a93cf 100644 (file)
@@ -59,7 +59,7 @@
 # Stress test with range notation
 0 ./netgen.sh | ipset restore
 # List set and check the number of elements
-0 n=`ipset -L test|grep '10.'|wc -l` && test $n -eq 43520
+0 n=`ipset -L test|grep '^10.'|wc -l` && test $n -eq 43520
 # Delete test set
 0 ipset destroy test
 # eof