summaryrefslogtreecommitdiffstats
path: root/tests/nethash.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nethash.t')
-rw-r--r--tests/nethash.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nethash.t b/tests/nethash.t
index 4cd5867..ef213f9 100644
--- a/tests/nethash.t
+++ b/tests/nethash.t
@@ -10,6 +10,8 @@
0 ipset -T test 192.168.68.95
# Test value not added to the set
1 ipset -T test 2.0.1.0
+# Try to add IP address
+2 ipset -A test 2.0.0.1
# Delete test set
0 ipset -X test
# eof