From df46c412f3ade7d2b5cc823ac307e7ac432c8873 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 11 Oct 2017 10:07:47 +0530 Subject: tests: files: Remove jump chain tests. Tests for loop-detect 1, 2 and 3 are already there in tests/shell file. New test for loop-detect.4 has been added to tests/shell file. So, remove them. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- tests/files/loop-detect.1 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/files/loop-detect.1 (limited to 'tests/files/loop-detect.1') diff --git a/tests/files/loop-detect.1 b/tests/files/loop-detect.1 deleted file mode 100644 index e55864c8..00000000 --- a/tests/files/loop-detect.1 +++ /dev/null @@ -1,8 +0,0 @@ -#! nft -f - -# Create table and empty chains for loop detection tests -add table filter - -add chain filter chain1 -add chain filter chain2 -add chain filter chain3 -- cgit v1.2.3