From: Varsha Rao Date: Wed, 11 Oct 2017 04:59:03 +0000 (+0530) Subject: tests: files: Remove tests for table. X-Git-Tag: v0.8.1~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a6808f014001d4aa7c1969d320efc00a41f10e;p=thirdparty%2Fnftables.git 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 --- 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