From ec6c89abda09c5d54e60dac2673308fad5873541 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 13 Nov 2017 22:45:51 +0530 Subject: src: tests: files: Remove test files. This patch removes all the test cases from tests/files. As they are already present in other test files. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- tests/files/error.2 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/files/error.2 (limited to 'tests/files/error.2') diff --git a/tests/files/error.2 b/tests/files/error.2 deleted file mode 100644 index 744a63d5..00000000 --- a/tests/files/error.2 +++ /dev/null @@ -1,18 +0,0 @@ -#! nft -f - -# mixed syntactical and non-syntactical errors in blocks -table filter { - # missing identifier - chain - - # missing chain block - chain output - - chain output { - tcp - tcp dport - tcp dport tcp - tcp dport tcp dport - tcp dport ssh - } -} -- cgit v1.2.3