Re: [PATCH] env: Allow text-env tests to run with awk

2022-04-08 Thread Tom Rini
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. > > Also use PROCINFO to make gawk output in alphabetical order. This is not > ideal,

[PATCH] env: Allow text-env tests to run with awk

2022-03-12 Thread Simon Glass
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. 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 i