improve of cmpl.
[bush.git] / tests / procsub1.sub
blob0e68f3b23dabf1396cd49f799fb43d94b20b00f7
1 # make sure we can wait for the last process substitution, since it sets $!
2 cat <(exit 123) >/dev/null
4 wait "$!"
5 echo $?