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 58A60C433F5 for ; Fri, 8 Apr 2022 12:30:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6847383A3A; Fri, 8 Apr 2022 14:30:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="PMNzAnCl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DC8AA83D47; Fri, 8 Apr 2022 14:30:24 +0200 (CEST) Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) (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 5669383A3A for ; Fri, 8 Apr 2022 14:30:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72b.google.com with SMTP id a38so4619828qkp.5 for ; Fri, 08 Apr 2022 05:30:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=w71ldKu03QsZgiZByLWrb6hP72yhCsS2q1eFuAA2czI=; b=PMNzAnClWALeDSxfz4Wy18RW2NeBmgAiwJeu9C0sAWSxURFylGQkAElbetZ9jQtpEQ ShFg4RG4DCo8MxDQf0Qf+EPgXmgL5vzIyTn5Nj/3Jyl6nQ5dreaSI6JN48TrpM3F+WDR bFYKPffYSPTJL8QbLHM6aDWjsJ6b9EEpRkqC8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=w71ldKu03QsZgiZByLWrb6hP72yhCsS2q1eFuAA2czI=; b=reQpixXYwU984cvLGIcivuUrQVDPOVJxMj4nh4V/jkQNi6COmQHGOCAYExFON0/8TL P8hBjZVQAh6r6nrKbubgFLUxZ0gBzCjz/LfmTbIA0fwHeMmd93hOm7Zz8hytirK0Ymob ZCITgs1ENSXhg4DwT/zWFddBeO9HRvBanqBNScg5jsKIe2vwGtZleCxY5drqfKZq9GLf 87ZgxCFw46SWnHHcpbM/mKULk6QTFw/rd0/8FP2FOGeylUIJDxLM3ijPW1knn30CxuFx hdjEvhzCm2NDsA8d2Im6ovF0lcB/GqPE/cRsVg0G78msi0lzNvaKd8y1Maf+vnMsQKpb Fo1Q== X-Gm-Message-State: AOAM531gkrvaIb7H5pEAbY52T30235bOoDGn6B0W2AdMo4qfjLuEZv3R nKYo+c4PPObsABF4zH/K6OFmrQ== X-Google-Smtp-Source: ABdhPJxSVGRHXafruvxujKvnLC6DgbEbilX1eXHa//S3znf0ztGOYUs6SqsP3TiwUPNg3zyyyZMS4g== X-Received: by 2002:ae9:ed50:0:b0:680:b406:b000 with SMTP id c77-20020ae9ed50000000b00680b406b000mr12765027qkg.455.1649421019962; Fri, 08 Apr 2022 05:30:19 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id g4-20020ac87d04000000b002e06b4674a1sm18052808qtb.61.2022.04.08.05.30.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 05:30:19 -0700 (PDT) Date: Fri, 8 Apr 2022 08:30:17 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Patrick Delaunay , Andy Shevchenko , Heinrich Schuchardt , Joe Hershberger , Marek =?iso-8859-1?Q?Beh=FAn?= , Wolfgang Denk Subject: Re: [PATCH] env: Allow text-env tests to run with awk Message-ID: <20220408123017.GT14282@bill-the-cat> References: <20220313054749.599896-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dLXnlYbDJNCwF3YM" Content-Disposition: inline In-Reply-To: <20220313054749.599896-1-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --dLXnlYbDJNCwF3YM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 12, 2022 at 10:47:49PM -0700, Simon Glass wrote: > At present the tests assume that gawk is being used. Adjust the tests so > that the names are inserted in alphabetical order, so that awk is happy. >=20 > Also use PROCINFO to make gawk output in alphabetical order. This is not > ideal, since it changes the env-car ordering from what the user provided, > but it may be acceptable. >=20 > Signed-off-by: Simon Glass > Reported-by: Patrick Delaunay > Fixes: https://source.denx.de/u-boot/u-boot/-/issues/10 Applied to u-boot/master, thanks! --=20 Tom --dLXnlYbDJNCwF3YM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJQKtMACgkQFHw5/5Y0 tyz8+Av/YhPwXFbkyzsJs373QQ8UCgLC7P5FGMIOw7jPOS3BlNwX9Ynu0bgbbS3V 78Duw/Qv7p2y82+g0AYSiaP7aWvYAh/PIvPt0Th1s0JX+PphOYAAUu9XbqNpuYbb yGx6NblpMmA7X0bCngsiSGRsCW4Dy4B2qGfJraD/92zbVfHYqWi49OGTUKtmRdWa Me9hLj04ktVlif8F5UEJgQBgulYYmEh8FapQSysfqre+GG9VM5Rx9AGegrzhc+Sd ZhYM/YLqF77/l0FA6WlGG5cVPQnedyIGJGbnh8rxUgIbes57YSx06UVgAE0vcrom FJsVVYRrcWnkJqEj0XQ/hS9q/jrULbqxI1p88fbxixZr1GJKJ2uGqxZw9nNPQavU /hjlamGV3OcCHfKpHA1SSRcsuC0PctmyfBVIw3uH7TeSDlNV1cgkhTMO2F7eRxe5 XnEe3zfgnJYSHfAK3vvwp3GcS5QCfdBvNTRwGGe9TNfehcXY8UrTJA+OSD4EQ1J/ kx2HHy5f =edKT -----END PGP SIGNATURE----- --dLXnlYbDJNCwF3YM--