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

3 lines
51 B
Plaintext
Executable File

sleep 1 | (sleep 1;exit 3) & wait %1
echo Three:$?