From patchwork Fri Jul 20 02:57:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AKASHI Takahiro X-Patchwork-Id: 946697 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="Gu9juOb/"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41Wwdd4rdPz9s4s for ; Fri, 20 Jul 2018 13:01:41 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 5A744C21E1B; Fri, 20 Jul 2018 03:00:43 +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 75636C21E1B; Fri, 20 Jul 2018 03:00:41 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0DB47C21E68; Fri, 20 Jul 2018 02:59:06 +0000 (UTC) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by lists.denx.de (Postfix) with ESMTPS id EE76BC21E1A for ; Fri, 20 Jul 2018 02:59:01 +0000 (UTC) Received: by mail-pg1-f193.google.com with SMTP id k3-v6so5510877pgq.5 for ; Thu, 19 Jul 2018 19:59:01 -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=w0QoagawiMmP3KF9nft71v8ELQ70x1+HF5/6amiJQvk=; b=Gu9juOb/opbM1yEwrSQGTbWBL0ABIylCzdOrKY6YL/2i/1v01pzeUrEJV5BQ7UKaNl lib3B6IleVZsnj7GLxHEwaCaPPkCBSXRH06mSc/yJAmvuycnd4zur/mT6HlxubohhKGk cBmVzWXWhAU1AhcRMs96AIDK7Z9h2t0XaNkfE= 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=w0QoagawiMmP3KF9nft71v8ELQ70x1+HF5/6amiJQvk=; b=JArWOEBnWR4Cyy9YSHAIdyWub3V8902uY8HzNWQJVWL2CNvdQL0qFGJeIoA0kX127w QhP8ZZzR6cViLiAgJ6toMB/NxcmrdS0lSoqbrq+XBOwV+JOUBVrK/KtfEl5u1dMPfYzF hbnL1Vg8ptRxmL9jolXz3qXRlW3UOMEvli/7UyShoeQ97cNFjYiXxCqdZpoeZt/+XdEh T0u63QGLJQcW9kwnPInSsUAzUfzOMYzFKAl6TF2n0ZaEVUaDA4TwS3dCdP9qKXkx1YO8 /7nzo9tgR7lL+hUdH8yeK/Oqfr5u/gGgWpVyhNYS7Es8bH0pH/aJY4B/2cAPFK3MjYLe Puxg== X-Gm-Message-State: AOUpUlFL2l/B7SWdcwcGvIXq+PE3L5jaRMwr7ks843bXhbvFbPpzP9Mh CmF2lWpw/wDaZpQygsrR8veEig== X-Google-Smtp-Source: AAOMgpc+z3AjhMsgELGI2pNPCHzhoyjkBJq/yfGnxMb5faN3NHw0s7TU7dmDHedfiZsAdl1E2P8CKA== X-Received: by 2002:a63:f45:: with SMTP id 5-v6mr262487pgp.447.1532055540703; Thu, 19 Jul 2018 19:59:00 -0700 (PDT) Received: from linaro.org ([121.95.100.191]) by smtp.googlemail.com with ESMTPSA id o21-v6sm717764pfa.54.2018.07.19.19.58.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Jul 2018 19:59:00 -0700 (PDT) From: AKASHI Takahiro To: trini@konsulko.com Date: Fri, 20 Jul 2018 11:57:23 +0900 Message-Id: <20180720025723.6736-18-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180720025723.6736-1-takahiro.akashi@linaro.org> References: <20180720025723.6736-1-takahiro.akashi@linaro.org> Cc: u-boot@lists.denx.de, xypron.glpk@gmx.de, agraf@suse.de Subject: [U-Boot] [PATCH 17/17] 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 2e8d5ee4df..7b0c5ea56f 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