summaryrefslogtreecommitdiffstats
path: root/tests/init.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.t')
-rw-r--r--tests/init.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/init.t b/tests/init.t
new file mode 100644
index 0000000..ac15311
--- /dev/null
+++ b/tests/init.t
@@ -0,0 +1,7 @@
+# Load in the ip_set kernel module
+0 modprobe ip_set
+# List our test set: the testsuite fails if it exists
+1 ipset -L test >/dev/null
+# Delete our test set: the testsuite fails if it exists
+1 ipset -X test
+# eof