* tests/self-check-exit.tap: Add pointer to a bug-autoconf
discussion explaining why this test needs to temporarily block
SIGINT.
+2011-09-13 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ tests: an explicative comment on signal-related woes
+ * tests/self-check-exit.tap: Add pointer to a bug-autoconf
+ discussion explaining why this test needs to temporarily block
+ SIGINT.
+
2011-09-13 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: also trap SIGQUIT; other fixes
continue
fi
if test $sig -eq 2; then
- # Some Korn shells might otherwise get a spurious SIGINT
- # signal when one is sent to the child $SHELL.
+ # Some Korn shells might otherwise get a spurious SIGINT signal when
+ # one is sent to the child $SHELL. For more details, see:
+ # <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
trap : 2
fi
$SHELL -c "$init; kill -$sig \$\$; :"