[Bug 295380] Errors in tests/sys/geom/class/raid3

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 May 2026 13:38:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295380

--- Comment #4 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
Common practice in atf-sh scripts is to run every command under atf-check,
which would have caught the mistake.

Setting the errexit flag is not a panacea.  It would not have caught the
mistake D57010 corrects because it occurred in the context of an if statement.

-- 
You are receiving this mail because:
You are the assignee for the bug.