]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Do not write to testsuite log fd before initialization.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Oct 2008 05:24:06 +0000 (07:24 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Oct 2008 05:24:06 +0000 (07:24 +0200)
commit4da97747ef8330c5da2451faed4ae4285862869f
tree8c2b6a5489a716a9a461a08ec6004275b4b843ca
parent6f106cdeadea6ea32c7047247cdb800f8d105d02
Do not write to testsuite log fd before initialization.

* lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
Define fds only when initializing the log fd so early error
messages do not try to write to it.
* tests/autotest.at (Startup error messages): New test.
* NEWS: Document this 2.63 regression.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
lib/autotest/general.m4
tests/autotest.at