]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: files: Remove tests for table.
authorVarsha Rao <rvarsha016@gmail.com>
Wed, 11 Oct 2017 04:59:03 +0000 (10:29 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 Oct 2017 12:01:48 +0000 (14:01 +0200)
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>
tests/files/obj-table [deleted file]

diff --git a/tests/files/obj-table b/tests/files/obj-table
deleted file mode 100644 (file)
index 8b264cf..0000000
+++ /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