02affb4afd
Also add tests. wait5.tests so far fails (but works for ash and dash). function old new delta builtin_wait 305 283 -22 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
72 B
Plaintext
Executable File
6 lines
72 B
Plaintext
Executable File
sleep 0 | (sleep 0;exit 3) &
|
|
sleep 1
|
|
echo Zero:$?
|
|
wait %1
|
|
echo Three:$?
|