CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/02/05 17:31:10
Index: tests/others.at =================================================================== RCS file: /sources/m4/m4/tests/others.at,v retrieving revision 1.30 retrieving revision 1.31 diff -u -b -r1.30 -r1.31 --- tests/others.at 5 Feb 2007 16:20:25 -0000 1.30 +++ tests/others.at 5 Feb 2007 17:31:10 -0000 1.31 @@ -484,7 +484,7 @@ AT_DATA([in.m4], [[dnl( 0)trailing data ]]) -AT_CHECK([(m4 -E; cat) < in.m4], [0], [[trailing data +AT_CHECK([(m4 -EE; cat) < in.m4], [0], [[trailing data ]], [stderr]) AT_CHECK([[sed 's/^[^:]*[lt-]*m4[.ex]*:/m4:/' stderr]], [0], [[m4:stdin:1: Warning: dnl: extra arguments ignored: 1 > 0
