xref
: /
freebsd-src
/
bin
/
sh
/
tests
/
errors
/
redirection-error2.2
(revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
# sh should fail gracefully on this bad redirect
3
${SH} -c 'echo 1 >&$a' 2>
/dev/null
4