Files
bash/tests/redir12.sub
2015-04-24 16:15:03 -04:00

6 lines
122 B
Plaintext

# make sure we can wait for the last process substitution, since it sets $!
cat <(exit 123) >/dev/null
wait "$!"
echo $?