Discard stdout/err only where needed in check_unattendedupgrade()
authorkn <kn@openbsd.org>
Mon, 10 Oct 2022 11:04:17 +0000 (11:04 +0000)
committerkn <kn@openbsd.org>
Mon, 10 Oct 2022 11:04:17 +0000 (11:04 +0000)
commit0f65f7fdb1e2fcd928de03665c5b29c8fde21b02
tree0e8b1d974cfab21370fd3af304d60b4645c3cba7
parent2f996bf0d62ab9618bdd7c2456585d24063ec0fd
Discard stdout/err only where needed in check_unattendedupgrade()

We should be fine silencing only the test condition which produces legit
output and warnings.

All else produces no output and should not error out;  if it does, those
warnings should be printed and fixed.

Feedback OK halex
distrib/miniroot/install.sub