#
# trace10.txt - Send fatal SIGTERM (15) to a background job.
#
/bin/echo -e tsh\076 ./myspin1 5 \046
NEXT
./myspin1 5 &
NEXT

WAIT

/bin/echo -e tsh\076 /bin/kill myspin1
NEXT
/bin/kill myspin1
NEXT

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

