From 50692377c1ba014720dee1db9f0e5beee6f16f27 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 3 Feb 2021 19:42:25 +0100 Subject: [PATCH] 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 --- .../dumps/0031priority_variable_0.nft} | 0 .../dumps/0035policy_variable_0.nft} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/shell/testcases/{nft-f/dumps/0021priority_variable_0.nft => chains/dumps/0031priority_variable_0.nft} (100%) rename tests/shell/testcases/{nft-f/dumps/0025policy_variable_0.nft => chains/dumps/0035policy_variable_0.nft} (100%) 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 -- 2.47.2