CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/10/14 16:34:56
Index: tests/others.at =================================================================== RCS file: /sources/m4/m4/tests/others.at,v retrieving revision 1.24 retrieving revision 1.25 diff -u -b -r1.24 -r1.25 --- tests/others.at 10 Oct 2006 12:47:23 -0000 1.24 +++ tests/others.at 14 Oct 2006 16:34:55 -0000 1.25 @@ -435,17 +435,20 @@ dnl error when stdin must be read AT_CHECK_M4([], [1], [], [[m4:stdin:1: error reading file `stdin' +m4: error closing stdin: Bad file descriptor ]], [-]) dnl error when stdin must be read AT_CHECK_M4([-], [1], [], [[m4:stdin:1: error reading file `stdin' +m4: error closing stdin: Bad file descriptor ]], [-]) dnl error once per command-line attempt to read stdin AT_CHECK_M4([- in.m4 -], [1], [[hello world ]], [[m4:stdin:1: error reading file `stdin' m4:stdin:1: error reading file `stdin' +m4: error closing stdin: Bad file descriptor ]], [-]) dnl command line and trace file must not collide with stdin @@ -473,6 +476,7 @@ ]]) AT_CHECK_M4([in.m4 - in2.m4], [1], [[hello world ]], [[m4:stdin:1: error reading file `stdin' +m4: error closing stdin: Bad file descriptor ]], [-]) AT_CLEANUP
