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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9988BC433F5 for ; Wed, 12 Jan 2022 20:05:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3E6BA8347A; Wed, 12 Jan 2022 21:04:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="T27RAg2t"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5F08983496; Wed, 12 Jan 2022 21:04:04 +0100 (CET) Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E694C832CF for ; Wed, 12 Jan 2022 21:03:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ot1-x330.google.com with SMTP id s8-20020a0568301e0800b00590a1c8cc08so3806073otr.9 for ; Wed, 12 Jan 2022 12:03:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CgxowWgZ1Dmeg+NF875YccjZybYi94mCuHYlZYGYX+w=; b=T27RAg2t0Igv7ODxZnNLp5XAX8Wiz3s+UqgHdhLZAVKJrkVoNuBgn+Pfqz8Lu3kHL0 zbOGsAI5PGco31GpOBhTmSxOgqNclLxmuUmQJn2JQrtymkWH4K/qAiUaYFEvY8vx3Iy4 eip/omZ/iLIMa2kzGsdNYdXdHtEq2qkgrOMEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CgxowWgZ1Dmeg+NF875YccjZybYi94mCuHYlZYGYX+w=; b=4c67xl1JQHfxUaynZa3idZAIv+ICUUt2dxjltMURkhayxrbA/bJm/Yz7Xey2SKPY0R AIkRR6rECZwH68P1HzJjYLOtEFBaXxtfCEJ3UTJqu9A/Kh5oLSZKKwPatDT3fSKKjbO6 aySis+1dNYiMl5pLzRAaqqeHerljFdFrXJ12feXya61CU1BZokYVXpzBdS0n2n7CzVg9 JDSvZSSgIiOXLg0ATxEntgxhZ1klJKUu0UoGyzh8HdpaIrgDWn/XD1E6zbbsiKyTXQ5X 2b2pW+WUuEXgNJsworD0gCFMqKDjO2RB2qi64sR9U1sAY2wBnjfkwYfAormqszIc19Fs R4XA== X-Gm-Message-State: AOAM532F07rH+ZC7yIjsgQcD4ncTU3GRcF+5SUd55FpdmE+tNA8ISHr9 QOG5hFGLtuovJD7qluhRsGq9dva0ZQAoDoDroHQOIg== X-Google-Smtp-Source: ABdhPJw4e2CgYkdtuEkr1GHIyruBGVn2CEMbWfB7/XC9Yl3nDZtKD/yESTS1Hk9wm2fWiPMMq5CIatw/a37rHrTVoWA= X-Received: by 2002:a9d:6e8d:: with SMTP id a13mr961731otr.269.1642017837461; Wed, 12 Jan 2022 12:03:57 -0800 (PST) MIME-Version: 1.0 References: <20211231161327.24918-1-francis.laniel@amarulasolutions.com> <20211231161327.24918-20-francis.laniel@amarulasolutions.com> In-Reply-To: <20211231161327.24918-20-francis.laniel@amarulasolutions.com> From: Simon Glass Date: Wed, 12 Jan 2022 13:03:42 -0700 Message-ID: Subject: Re: [RFC PATCH v1 19/21] test: hush: Fix if tests for hush 2021. To: Francis Laniel Cc: U-Boot Mailing List , Marek Behun , Michael Nazzareno Trimarchi , Wolfgang Denk , Harald Seiler Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Fri, 31 Dec 2021 at 09:14, Francis Laniel wrote: > > This commit modifies the command run for hush 2021 when using string comparison > operator. > Indeed, '<' and '>' must be escaped to be used as string comparison operator. > > Signed-off-by: Francis Laniel > --- > test/hush/if.c | 43 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > Reviewed-by: Simon Glass