CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/12/19 17:23:46
Index: tests/others.at =================================================================== RCS file: /sources/m4/m4/tests/others.at,v retrieving revision 1.28 retrieving revision 1.29 diff -u -b -r1.28 -r1.29 --- tests/others.at 15 Dec 2006 04:23:48 -0000 1.28 +++ tests/others.at 19 Dec 2006 17:23:46 -0000 1.29 @@ -540,7 +540,7 @@ m4exit(`0') ]]) AT_CHECK_M4([>&-], [1], [], -[[m4: write error: Bad file descriptor +[[m4:stdin:2: write error: Bad file descriptor ]], [in.m4]) dnl preserve m4exit's failure value @@ -548,7 +548,7 @@ m4exit(`2') ]]) AT_CHECK_M4([>&-], [2], [], -[[m4: write error: Bad file descriptor +[[m4:stdin:2: write error: Bad file descriptor ]], [in.m4]) dnl trace file must not collide with closed stdout @@ -647,14 +647,14 @@ AT_DATA([in.m4], [[hello world m4exit(`0') ]]) AT_CHECK_M4([in.m4 >/dev/full], [1], [], -[[m4: write error: No space left on device +[[m4:in.m4:1: write error: No space left on device ]]) dnl preserve m4exit's failure value AT_DATA([in.m4], [[hello world m4exit(`2') ]]) AT_CHECK_M4([in.m4 >/dev/full], [2], [], -[[m4: write error: No space left on device +[[m4:in.m4:1: write error: No space left on device ]]) AT_CLEANUP
