Re: [PATCH 1/2] tests: fix logic bug in init.sh

2011-05-24 Thread Jim Meyering
Eric Blake wrote: > If the shell test loop first finds a marginal then a good shell, the > variable $gl_set_x_corrupts_stderr is still set to true and needlessly > drops $VERBOSE logging. > > * tests/init.sh: (gl_set_x_corrupts_stderr_): Clear for successful > shell. Perfect. Thanks!

[PATCH 1/2] tests: fix logic bug in init.sh

2011-05-24 Thread Eric Blake
If the shell test loop first finds a marginal then a good shell, the variable $gl_set_x_corrupts_stderr is still set to true and needlessly drops $VERBOSE logging. * tests/init.sh: (gl_set_x_corrupts_stderr_): Clear for successful shell. Signed-off-by: Eric Blake --- ChangeLog |6 ++