tap/awk: account for unusual korn shell signal handling behaviour
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Sep 2011 14:31:24 +0000 (16:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Sep 2011 14:31:24 +0000 (16:31 +0200)
commit93fcb730612dee65684862c41de1f287292abd2c
tree56168604cbfaa48a498c5af6b85688024734510f
parentc6988f3340d0c967b9403f5a2569bec1c8413913
tap/awk: account for unusual korn shell signal handling behaviour

This change has been motivated by a testsuite failure on Debian
with the AT&T Korn Shell version 93u-1.

* lib/tap-driver.sh: Temporarily ignore some common signals when
waiting for the test command to complete, to avoid premature exit
in Korn shells that propagate to themselves signals that have
killed a child process.

See also related commit `v1.11-1342-g6321ad3'.
ChangeLog
lib/tap-driver.sh