diff options
Diffstat (limited to 'tests/table/del_ok.t')
-rw-r--r-- | tests/table/del_ok.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/table/del_ok.t b/tests/table/del_ok.t new file mode 100644 index 0000000..1f46942 --- /dev/null +++ b/tests/table/del_ok.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +del_table(NFPROTO_IPV4, "test", NULL); +commit(); |