autoconf-patches
[Top][All Lists]
Advanced

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

remove overquoting from test titles


From: Paul Eggert
Subject: remove overquoting from test titles
Date: Sat, 05 Feb 2005 00:30:26 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this to eliminate some unnecessary [ ] in the test suite output:

2005-02-05  Paul Eggert  <address@hidden>

        * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
        * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
        Likewise.
        * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
        Likewise.

Index: tests/foreign.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/foreign.at,v
retrieving revision 1.21
diff -p -u -r1.21 foreign.at
--- tests/foreign.at    30 Mar 2004 07:52:37 -0000      1.21
+++ tests/foreign.at    5 Feb 2005 08:13:32 -0000
@@ -2,7 +2,8 @@
 
 AT_BANNER([Compatibility with other tools.])
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software
+# Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +25,7 @@ AT_BANNER([Compatibility with other tool
 ## Libtool.  ##
 ## --------- ##
 
-AT_SETUP([[Libtool]])
+AT_SETUP([Libtool])
 
 # Skip this test if there is no libtoolize.
 AT_CHECK([libtoolize --version || exit 77],
Index: tests/m4sh.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/m4sh.at,v
retrieving revision 1.39
diff -p -u -r1.39 m4sh.at
--- tests/m4sh.at       20 Aug 2004 19:58:08 -0000      1.39
+++ tests/m4sh.at       5 Feb 2005 08:13:32 -0000
@@ -2,7 +2,8 @@
 
 AT_BANNER([M4sh.])
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software
+# Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -99,7 +100,7 @@ AT_CLEANUP
 ## ------------ ##
 
 # Build nested dirs.
-AT_SETUP([[AS@&address@hidden)
+AT_SETUP([AS@&address@hidden)
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
@@ -160,7 +161,7 @@ AT_CLEANUP
 ## ------------- ##
 
 # Build nested dirs.
-AT_SETUP([[AS@&address@hidden)
+AT_SETUP([AS@&address@hidden)
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
@@ -217,7 +218,7 @@ AT_CLEANUP
 ## ------------ ##
 
 # Build nested dirs.
-AT_SETUP([[AS@&address@hidden)
+AT_SETUP([AS@&address@hidden)
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
@@ -401,7 +402,7 @@ AT_CLEANUP
 # I'm not totally certain that we want to enforce the defaults here,
 # but at least it is being tested.
 
-AT_SETUP([[AS@&address@hidden)
+AT_SETUP([AS@&address@hidden)
 
 AT_DATA_M4SH([script.as],
 [[AS_INIT
Index: tests/semantics.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/semantics.at,v
retrieving revision 1.46
diff -p -u -r1.46 semantics.at
--- tests/semantics.at  5 Feb 2005 04:55:09 -0000       1.46
+++ tests/semantics.at  5 Feb 2005 08:13:32 -0000
@@ -456,7 +456,7 @@ AT_CLEANUP(path)
 ## AC_C_BIGENDIAN.  ##
 ## ---------------- ##
 
-AT_SETUP([[AC_C_BIGENDIAN]])
+AT_SETUP([AC_C_BIGENDIAN])
 AT_KEYWORDS([cross])
 
 # Make sure that AC_C_BIGENDIAN behave the same whether we are
@@ -493,7 +493,7 @@ AT_CLEANUP(at-endian)
 # AC_PATH_PROG & AC_PATH_PROGS.  #
 # ------------------------------ #
 
-AT_SETUP([[AC_PATH_PROG & AC_PATH_PROGS]])
+AT_SETUP([AC_PATH_PROG & AC_PATH_PROGS])
 
 AT_CHECK_PROGS_PREPARE
 




reply via email to

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