mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
Job control tty manipulations sometimes cause the tests to stop (SIGTTOU and the like) when run from the 'prove' tool.
4 lines
99 B
Text
4 lines
99 B
Text
# $FreeBSD$
|
|
|
|
echo 'echo `for` echo ".BAD"CODE.' | sh +m -i 2>&1 | grep -q BADCODE && exit 1
|
|
exit 0
|