freebsd-dev/tools/regression/bin/sh/errors/backquote-error1.0
Jilles Tjoelker 772e9b41df Disable job control when running 'sh -i' in the testsuite.
Job control tty manipulations sometimes cause the tests to stop (SIGTTOU
and the like) when run from the 'prove' tool.
2009-11-29 22:58:10 +00:00

5 lines
99 B
Plaintext

# $FreeBSD$
echo 'echo `for` echo ".BAD"CODE.' | sh +m -i 2>&1 | grep -q BADCODE && exit 1
exit 0