busybox/shell/hush_test/hush-misc/wait3.tests

4 lines
50 B
Plaintext
Executable File

sleep 2 & (sleep 1;exit 3) & wait $!
echo $?
jobs