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, 29 Sep 2006 18:20:15 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/29 18:20:13

Index: tests/testsuite.at
===================================================================
RCS file: /sources/m4/m4/tests/testsuite.at,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tests/testsuite.at  14 Sep 2006 00:37:26 -0000      1.22
+++ tests/testsuite.at  29 Sep 2006 18:20:13 -0000      1.23
@@ -45,7 +45,8 @@
 # to m4:input.m4:7: cannot open module `no_such'
 m4_define([AT_CHECK_M4],
 [AT_CHECK([m4 -b -d $1 < /dev/null], [$2], [$3], m4_ifval([$4], [stderr]))
-m4_ifval([$4],
+m4_if([$4], [], [],
+      [$4], [ignore], [],
 [AT_CHECK([[sed 's/^[^:]*[lt-]*m4[.ex]*:/m4:/
        /^m4debug: module/s/opening file.*/opening file/
        s/\(cannot open module [^:]*\):.*/\1/




reply via email to

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