This patch removes test case for table. As test case for it is present in tests/shell file. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- tests/files/obj-table | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/files/obj-table diff --git a/tests/files/obj-table b/tests/files/obj-table deleted file mode 100644 index 8b264cf..0000000 --- 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 -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html