summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-10-11 10:29:03 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2017-10-17 14:01:48 +0200
commitc7a6808f014001d4aa7c1969d320efc00a41f10e (patch)
treec5278dfdf4c497576cd77895026a3c9383d0a313 /tests
parent83d5c2ef7620c603dce02db40d1d1fd09e315a67 (diff)
tests: files: Remove tests for table.
This patch removes test case for table. As test case for it is present in tests/shell file. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/files/obj-table9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/files/obj-table b/tests/files/obj-table
deleted file mode 100644
index 8b264cf5..00000000
--- a/tests/files/obj-table
+++ /dev/null
@@ -1,9 +0,0 @@
-#! nft -f
-
-# table: add and delete table
-add table filter
-table delete filter
-
-# table: deleting table with chain must fail
-add chain filter output
-table delete filter