From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B67EDC433DB for ; Wed, 3 Feb 2021 18:43:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DC8164F7C for ; Wed, 3 Feb 2021 18:43:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232728AbhBCSnP (ORCPT ); Wed, 3 Feb 2021 13:43:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232131AbhBCSnO (ORCPT ); Wed, 3 Feb 2021 13:43:14 -0500 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64800C0613D6 for ; Wed, 3 Feb 2021 10:42:34 -0800 (PST) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1l7N6m-0005wU-Uq; Wed, 03 Feb 2021 19:42:33 +0100 From: Florian Westphal To: Cc: Florian Westphal Subject: [PATCH nft 1/3] testcases: move two dump files to correct location Date: Wed, 3 Feb 2021 19:42:25 +0100 Message-Id: <20210203184227.32208-1-fw@strlen.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210203184150.32145-1-fw@strlen.de> References: <20210203184150.32145-1-fw@strlen.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org 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.26.2