From c7a6808f014001d4aa7c1969d320efc00a41f10e Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 11 Oct 2017 10:29:03 +0530 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- tests/files/obj-table | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/files/obj-table (limited to 'tests') 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 -- cgit v1.2.3