From 50692377c1ba014720dee1db9f0e5beee6f16f27 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 3 Feb 2021 19:42:25 +0100 Subject: testcases: move two dump files to correct location The test cases were moved but the dumps remained in the old location. Fixes: eb14363d44cea5 ("tests: shell: move chain priority and policy to chain folder") Signed-off-by: Florian Westphal --- tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft | 5 ----- tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft delete mode 100644 tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft (limited to 'tests/shell/testcases/nft-f/dumps') diff --git a/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft deleted file mode 100644 index f4093097..00000000 --- a/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft +++ /dev/null @@ -1,5 +0,0 @@ -table inet global { - chain prerouting { - type filter hook prerouting priority filter; policy accept; - } -} diff --git a/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft deleted file mode 100644 index f4093097..00000000 --- a/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft +++ /dev/null @@ -1,5 +0,0 @@ -table inet global { - chain prerouting { - type filter hook prerouting priority filter; policy accept; - } -} -- cgit v1.2.3