summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/wait4.tests (plain)
blob: cc34059ac9bc067a4b16486db66e3aa0b0f79d14
1sleep 1 | (sleep 1;exit 3) & wait %1
2echo Three:$?
3