aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir/redir3.tests
blob: f50a7674c08c460f637c72bcbd9660522cc4b11c (plain)
1
2
3
4
5
# redirects to closed descriptors should not leave these descriptors"
# open afterwards
echo TEST 9>/dev/null
echo MUST ERROR OUT >&9
echo "Output to fd#9: $?"