m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/tests/others.at,v


From: Eric Blake
Subject: Changes to m4/tests/others.at,v
Date: Fri, 06 Oct 2006 18:24:33 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/06 18:24:32

Index: tests/others.at
===================================================================
RCS file: /sources/m4/m4/tests/others.at,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- tests/others.at     5 Oct 2006 23:07:28 -0000       1.21
+++ tests/others.at     6 Oct 2006 18:24:31 -0000       1.22
@@ -398,11 +398,12 @@
 undivert
 goodbye
 ]])
-AT_CHECK_M4([2>&-], [1],
+AT_CHECK_M4([2>&-], [1], [stdout], [], [in.m4])
+AT_CHECK([sed -ne '/./p' stdout], [0],
 [[hello
 and
 goodbye
-]], [], [in.m4 | sed -ne '/./p'])
+]])
 
 dnl command line input file must not collide with closed stderr
 AT_DATA([in.m4], [[syscmd(`cat <&2')sysval




reply via email to

[Prev in Thread] Current Thread [Next in Thread]