Files
bash/tests/redir12.sub
T
2015-03-25 10:08:06 -04:00

6 lines
123 B
Plaintext

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