CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/04/12 16:27:20
Index: tests/others.at =================================================================== RCS file: /sources/m4/m4/tests/others.at,v retrieving revision 1.32 retrieving revision 1.33 diff -u -b -r1.32 -r1.33 --- tests/others.at 11 Apr 2007 15:48:09 -0000 1.32 +++ tests/others.at 12 Apr 2007 16:27:20 -0000 1.33 @@ -405,20 +405,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 +m4: error closing file: 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 +m4: error closing file: 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 +m4: error closing file: Bad file descriptor ]], [-]) dnl command line and trace file must not collide with stdin @@ -446,7 +446,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 +m4: error closing file: Bad file descriptor ]], [-]) AT_CLEANUP
