m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/tests/testsuite.at,v


From: Eric Blake
Subject: Changes to m4/tests/testsuite.at,v
Date: Fri, 25 Aug 2006 19:23:04 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/25 19:23:02

Index: tests/testsuite.at
===================================================================
RCS file: /sources/m4/m4/tests/testsuite.at,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- tests/testsuite.at  22 Aug 2006 16:16:48 -0000      1.19
+++ tests/testsuite.at  25 Aug 2006 19:23:02 -0000      1.20
@@ -23,8 +23,10 @@
 
 # AT_CHECK_M4(ARGS, [EXIT-STATUS = 0], [STDOUT = `'], [STDERR = `'])
 # ------------------------------------------------------------------
+# Run m4 with ARGS, and stdin redirected from /dev/null.  Expect EXIT-STATUS,
+# with output matching STDOUT and STDERR as in AT_CHECK.
 m4_define([AT_CHECK_M4],
-[AT_CHECK([m4 -b -d $1], [$2], [$3], [$4])
+[AT_CHECK([m4 -b -d $1 < /dev/null], [$2], [$3], [$4])
 ])
 
 # AT_TEST_M4(TITLE, INPUT, [STDOUT = `'], [STDERR = `'])




reply via email to

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