summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/resize-and-list.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/resize-and-list.sh b/tests/resize-and-list.sh
index 209408a..d6fab7b 100755
--- a/tests/resize-and-list.sh
+++ b/tests/resize-and-list.sh
@@ -1,11 +1,10 @@
#!/bin/sh
./resize.sh &
+ipset=${IPSET_BIN:-../src/ipset}
n=0
while [ $n -ne 8161 ]; do
- echo $n
- n=`ipset -S resize-test | wc -l`
+ # echo $n
+ n=`$ipset -S resize-test | wc -l`
done
-ipset x
-
- \ No newline at end of file
+$ipset x