#
# trace14.txt - Forward SIGTSTP to foreground job only.
#
/bin/echo -e tsh\076 ./myspin1 10 \046
NEXT
./myspin1 10 &
NEXT

WAIT

/bin/echo -e tsh\076 ./mytstpp
NEXT
./mytstpp
NEXT

/bin/echo -e tsh\076 jobs
NEXT
jobs
NEXT

SIGNAL

quit

