From: Florian Westphal Date: Wed, 3 Feb 2021 18:42:25 +0000 (+0100) Subject: testcases: move two dump files to correct location X-Git-Tag: v0.9.9~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50692377c1ba014720dee1db9f0e5beee6f16f27;p=thirdparty%2Fnftables.git 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 --- diff --git a/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft b/tests/shell/testcases/chains/dumps/0031priority_variable_0.nft similarity index 100% rename from tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft rename to tests/shell/testcases/chains/dumps/0031priority_variable_0.nft diff --git a/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft b/tests/shell/testcases/chains/dumps/0035policy_variable_0.nft similarity index 100% rename from tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft rename to tests/shell/testcases/chains/dumps/0035policy_variable_0.nft