tests: fix logic bug in init.sh
authorEric Blake <eblake@redhat.com>
Tue, 24 May 2011 16:04:46 +0000 (10:04 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 24 May 2011 17:05:24 +0000 (11:05 -0600)
commit866bbaee7bf64b5f54b2b3d566552782dfb514dd
treee7ee45af564f7601fabf68a8b2372254b84ce490
parent6dc42e2d25df9c84b335062bad9beb0a7319647b
tests: fix logic bug in init.sh

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 <eblake@redhat.com>
ChangeLog
tests/init.sh