summaryrefslogtreecommitdiffstats
path: root/tests/restore.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-11-19 11:37:24 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-11-19 11:37:24 +0100
commit682708bea031d2b803daa9417f7133106d5c688c (patch)
treec2f3eb8a7616fba9adc436f0d21af5aaae11b508 /tests/restore.t
parent8a16124b84e908dfd979b4c8489d39023a7e2631 (diff)
Increase the number of maximal sets automatically as needed
The max number of sets was hardcoded at kernel cofiguration time. The patch adds the support to increase the max number of sets automatically.
Diffstat (limited to 'tests/restore.t')
-rw-r--r--tests/restore.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/restore.t b/tests/restore.t
index b151be8..ffde2d1 100644
--- a/tests/restore.t
+++ b/tests/restore.t
@@ -4,4 +4,6 @@
0 ipset save > .foo && diff restore.t.multi.saved .foo
# Delete all sets
0 ipset x
+# Check auto-increasing maximal number of sets
+0 ./setlist_resize.sh
# eof