m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/tests/modules.at,v


From: Eric Blake
Subject: Changes to m4/tests/modules.at,v
Date: Wed, 09 Aug 2006 21:33:29 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/09 21:33:24

Index: tests/modules.at
===================================================================
RCS file: /sources/m4/m4/tests/modules.at,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- tests/modules.at    7 Jul 2006 15:47:39 -0000       1.14
+++ tests/modules.at    9 Aug 2006 21:33:24 -0000       1.15
@@ -100,7 +100,7 @@
 [[Test module loaded.
 test:  <test>
 Test module unloaded.
-m4: input.m4: 6: Warning: dumpdef: undefined name: test
+m4:input.m4:6: Warning: dumpdef: undefined name: test
 ]])
 
 AT_CLEANUP
@@ -375,8 +375,8 @@
 Test module loaded.
 
 TRUE
-m4: input.m4: 6: Warning: cannot load symbol `no_such' from module `modtest'
-m4: input.m4: 7: cannot open module `no_such': no_such.so: cannot open shared 
object file: No such file or directory
+m4:input.m4:6: cannot load symbol `no_such' from module `modtest'
+m4:input.m4:7: cannot open module `no_such': no_such.so: cannot open shared 
object file: No such file or directory
 ]])
 
 AT_CHECK_M4([-m load input.m4], 1, expout, stderr)
@@ -389,7 +389,7 @@
 rm -f expout
 mv experr expout
 
-AT_CHECK([sed '/^m4: input.m4: 7:/ {
+AT_CHECK([sed '/^m4:input.m4:7:/ {
     s,\(7:[[^:]]*:\).*$,\1 no_such.so: cannot open shared object file: No such 
file or directory,;q; }' stderr], 0, expout)
 
 




reply via email to

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