summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/hash:net.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash:net.t b/tests/hash:net.t
index 9f99ef8..e51186f 100644
--- a/tests/hash:net.t
+++ b/tests/hash:net.t
@@ -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