1 # $FreeBSD: head/bin/sh/tests/errors/option-error.0 213738 2010-10-12 18:20:38Z obrien $
34 # Special built-in utilities must abort on an option or operand error.
38 ${SH} -c "${cmd}; exit 0" 2>/dev/null && exit 1
41 # Other utilities must not abort.
45 ${SH} -c "${cmd}; exit 0" 2>/dev/null || exit 1