Autotest no longer caters to Ultrix redirection limitation.
commit755596a7aeb47a7c34d67982ca566a8fd20c15b0
authorStepan Kasal <kasal@ucw.cz>
Fri, 28 Sep 2007 03:09:18 +0000 (27 21:09 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 28 Sep 2007 03:09:18 +0000 (27 21:09 -0600)
tree0b0e3ff8d346dce5440e590983a5768deeaf33dc
parentb2e3fcf5bb09ed1dbe0b32fd0d083133576f7551
Autotest no longer caters to Ultrix redirection limitation.

* doc/autoconf.texi (Writing testsuite.at): Remove the
limitation that the first parameter of AT_CHECK cannot
contain redirection.
(File Descriptors): Mention that Ultrix limitation is no longer a
show-stopper in modern code.
* tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
* lib/autotest/general.m4 (AT_CHECK): Update comment.
ChangeLog
doc/autoconf.texi
lib/autotest/general.m4
tests/local.at