summaryrefslogtreecommitdiffstats
path: root/tests/init.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.t')
-rw-r--r--tests/init.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.t b/tests/init.t
index ac15311..3311856 100644
--- a/tests/init.t
+++ b/tests/init.t
@@ -4,4 +4,6 @@
1 ipset -L test >/dev/null
# Delete our test set: the testsuite fails if it exists
1 ipset -X test
+# Check mandatory create arguments
+2 ipset -N test
# eof