b81f0da875a0c14dca5a9e21d88f90a268a90d4f
[dragonfly.git] / tools / regression / bin / sh / errors / redirection-error5.0
1 # $FreeBSD: src/tools/regression/bin/sh/errors/redirection-error5.0,v 1.1 2010/03/14 13:51:12 jilles Exp $
2 # A redirection error on a subshell should not abort the shell.
3 exec 2>/dev/null
4 ( echo bad ) </var/empty/x
5 exit 0