summaryrefslogtreecommitdiffstats
path: root/tests/resizet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resizet.sh')
-rwxr-xr-xtests/resizet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resizet.sh b/tests/resizet.sh
index b5f7fdc..7dc309f 100755
--- a/tests/resizet.sh
+++ b/tests/resizet.sh
@@ -103,7 +103,7 @@ case "$2" in
;;
esac
$ipset l test | grep ^$ip | while read x y z; do
- if [ $z -lt 10 -o $z -gt 99 ]; then
+ if [ $z -lt 10 -o $z -gt 100 ]; then
exit 1
fi
done