]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix Autotest tracing of shell pipelines for FreeBSD sh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 2 Mar 2010 06:48:42 +0000 (07:48 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 2 Mar 2010 06:48:42 +0000 (07:48 +0100)
commit475ccc750cef2b2f8d3f11757d672e9fcc18f0b5
treed39752435dc597b8e2a55907ab41f0a5d0e78ba9
parent346e5876eb709debf019e063bc3393278f834dd2
Fix Autotest tracing of shell pipelines for FreeBSD sh.

* lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Do not trace
commands that contain [^|]|[^|], a likely shell pipeline.
* tests/local.at (_AT_CHECK_ENV): Turn off tracing for egrep |
grep pipeline.
* doc/autoconf.texi (File Descriptors): Document limitation.
* tests/autotest.at (Trace output): New test.

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