diff options
Diffstat (limited to 'tests/resize-and-list.sh')
-rwxr-xr-x | tests/resize-and-list.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/resize-and-list.sh b/tests/resize-and-list.sh new file mode 100755 index 0000000..209408a --- /dev/null +++ b/tests/resize-and-list.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +./resize.sh & +n=0 +while [ $n -ne 8161 ]; do + echo $n + n=`ipset -S resize-test | wc -l` +done +ipset x + +
\ No newline at end of file |