# If job control is disabled, skip the test test "`type jobs`" = "jobs is a shell builtin" || exit 77 sleep 1 | (sleep 1;exit 3) & wait %1 echo Three:$?