Re: [PATCH] test_env: don't strip() printenv results

2020-01-04 Thread Tom Rini
On Wed, Dec 18, 2019 at 11:37:21AM -0700, Stephen Warren wrote: > From: Stephen Warren > > get_env() was originally written to strip() the output of printenv to > isolate the test from any whitespace changes in printenv's output. > However, this throws away any whitespace in the variable value,

[PATCH] test_env: don't strip() printenv results

2019-12-18 Thread Stephen Warren
From: Stephen Warren get_env() was originally written to strip() the output of printenv to isolate the test from any whitespace changes in printenv's output. However, this throws away any whitespace in the variable value, which can cause issues when test code expects to see that whitespace. In