illumos-port-bash/tests/jobs7.sub

7 lines
125 B
Plaintext

# make sure fg in a subshell doesn't try to start a parent's job
set -m
sleep 20 &
echo $(jobs)
echo $(fg %% ; jobs)
kill %1