summaryrefslogtreecommitdiffstats
path: root/tests/resize-and-list.sh
blob: 209408a46e4b05a40185f945a3e3c3c21d32cad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

./resize.sh &
n=0
while [ $n -ne 8161 ]; do
    echo $n
    n=`ipset -S resize-test | wc -l`
done
ipset x