From patchwork Tue Sep 4 07:49:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AKASHI Takahiro X-Patchwork-Id: 965820 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="QOlHvoeZ"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 424KBG0fRGz9shj for ; Tue, 4 Sep 2018 18:04:53 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 5B449C21F2A; Tue, 4 Sep 2018 07:56:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 15F0CC21F3D; Tue, 4 Sep 2018 07:56:51 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0E000C21F05; Tue, 4 Sep 2018 07:52:51 +0000 (UTC) Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by lists.denx.de (Postfix) with ESMTPS id 01A2BC21ECA for ; Tue, 4 Sep 2018 07:52:47 +0000 (UTC) Received: by mail-pl1-f193.google.com with SMTP id j8-v6so1233854pll.12 for ; Tue, 04 Sep 2018 00:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yZqRfBw18BKbIT5oQlIVw1kj6RuXbNe677ccHtfDmAg=; b=QOlHvoeZIPyssyP/5/KaW5fdmR3coiuA8Tu4OGc/s1kEvHgFwTnYukrZWiHR9/f5kk IJXsY/aDZFsU9XxO3rEdna4SO+ifohyX6ygFaSOi3+3C3Xtpt6deSOoqHhysfpi466l8 PdDJOzZ7XOaEvX89i2j7tc9NQDCTFtxvRnpjQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=yZqRfBw18BKbIT5oQlIVw1kj6RuXbNe677ccHtfDmAg=; b=n8XCw2/IkDt8GDkanxa8no3jphb1wfQ9RiEr3l3egeYmSTY5bGGAGRCXI76FPnyxvy uh4zCxl9//+aXn7wfCrS7F8k1sw4cj97n1NghZ8lBeGfGHpVhk68c7u+Oec0xzVclNBD rYcPbHDhwu+T1RnBW6a6dLu/bZUrwDuXfJZzlyTnxe3ucED/3pkwDY/h40HP2cMpQlI4 25v4vETzOBwERDNbFKEnO7vyDcJFigKf1n3UFlWvNHneaOPSavbG8U1NCl8a+zsX9Zsj GGAxiT5JGG2fGKB+D5Gu4fKX1yXPhwoyh7KlYfmTYmWaa9bXm3ZJn3hs6ZJQQFoOammI lvvw== X-Gm-Message-State: APzg51AL5HfZXG7PRugOwE1mDAqc2f17pwGYPVZVQNKKpL5oExKVmkwM 2odgM/pOuCt6AXnBGsKhv2dfKA== X-Google-Smtp-Source: ANB0VdaQUww5bndyy5UOulVIqsqsBRfOwDHBT2B8KoB+Ka6FpM42UXdqxwdXDIiiFFsEprdwr0p6aw== X-Received: by 2002:a17:902:7803:: with SMTP id p3-v6mr32272749pll.119.1536047566698; Tue, 04 Sep 2018 00:52:46 -0700 (PDT) Received: from linaro.org ([121.95.100.191]) by smtp.googlemail.com with ESMTPSA id s75-v6sm37114411pfd.108.2018.09.04.00.52.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Sep 2018 00:52:46 -0700 (PDT) From: AKASHI Takahiro To: trini@konsulko.com Date: Tue, 4 Sep 2018 16:49:44 +0900 Message-Id: <20180904074948.18146-20-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180904074948.18146-1-takahiro.akashi@linaro.org> References: <20180904074948.18146-1-takahiro.akashi@linaro.org> Cc: xypron.glpk@gmx.de, agraf@suse.de, u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 19/23] fs-test: fix false positive error at Test Case 12 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The error message to be matched is wrong. Fix it. Signed-off-by: AKASHI Takahiro --- test/fs/fs-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index 9482239562ea..e002b9105131 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -522,7 +522,7 @@ function check_results() { "TC11: 1MB write to $3.w - content verified" # Check lookup of 'dot' directory - grep -A4 "Test Case 12 " "$1" | grep -q 'Unable to write file' + grep -A4 "Test Case 12 " "$1" | grep -q 'Unable to write' pass_fail "TC12: 1MB write to . - write denied" # Check directory traversal