]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/errors/redirection-error7.0
5b20f04beb83d6f8a941b9bfde44067fa437ec96
[apple/shell_cmds.git] / sh / tests / errors / redirection-error7.0
1 # $FreeBSD$
2
3 ! dummy=$(
4 exec 3>&1 >&2 2>&3
5 ulimit -n 9
6 exec 9<.
7 ) && [ -n "$dummy" ]