summaryrefslogtreecommitdiffstats
path: root/tests/obj-table
diff options
context:
space:
mode:
Diffstat (limited to 'tests/obj-table')
-rw-r--r--[-rwxr-xr-x]tests/obj-table6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/obj-table b/tests/obj-table
index 3c3e222a..548c26fa 100755..100644
--- a/tests/obj-table
+++ b/tests/obj-table
@@ -1,11 +1,11 @@
#! nft -f
# table: add and delete table
-table add filter
+add table filter
table delete filter
# table: deleting table with chain must fail
# FIXME: not implemented
-# table add filter
-# chain add filter output
+# add table filter
+# add chain filter output
# table delete filter