aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/wait5.tests
blob: 1b4762d89c3f227b3a73a40287ac255a2e68ff2d (plain)
1
2
3
4
5
sleep 0 | (sleep 0;exit 3) &
sleep 1
echo Zero:$?
wait %1
echo Three:$?