texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog makeinfo/tests/accent makeinf...


From: Karl Berry
Subject: texinfo ChangeLog makeinfo/tests/accent makeinf...
Date: Sat, 04 Dec 2010 00:05:54 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/12/04 00:05:54

Modified files:
        .              : ChangeLog 
        makeinfo/tests : accent accentenc cond copying defxcond 
                         emph-option html-8bit html-docdesc html-extrali 
                         html-manuals html-min html-para html-title 
                         html-top include-value macro-at menu-whitespace 
                         no-headers node-expand node-value 
                         node-whitespace quote-args top top2 twofiles 

Log message:
        uniformly set known environment for tests, sv#31068

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1188&r2=1.1189
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/accent?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/accentenc?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/cond?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/copying?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/defxcond?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/emph-option?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-8bit?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-docdesc?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-extrali?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-manuals?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-min?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-para?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-title?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/html-top?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/include-value?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/macro-at?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/menu-whitespace?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/no-headers?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/node-expand?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/node-value?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/node-whitespace?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/quote-args?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/top?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/top2?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/makeinfo/tests/twofiles?cvsroot=texinfo&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -b -r1.1188 -r1.1189
--- ChangeLog   3 Dec 2010 23:49:20 -0000       1.1188
+++ ChangeLog   4 Dec 2010 00:05:52 -0000       1.1189
@@ -1,3 +1,9 @@
+2010-12-03  Karl Berry  <address@hidden>
+
+       * makeinfo/tests/*: uniformly set LC_ALL, unset LANG, LANGUAGE,
+       TEXINFO_OUTPUT.  Report from Ryan Hill, 19 Sep 2010 12:22:20,
+       http://savannah.gnu.org/bugs/?31068.
+
 2010-12-03  Ralf Wildenhues  <address@hidden>
 
        * info/man.c (get_manpage_node): Avoid null pointer dereference

Index: makeinfo/tests/accent
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/accent,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- makeinfo/tests/accent       11 Apr 2004 17:56:47 -0000      1.5
+++ makeinfo/tests/accent       4 Dec 2010 00:05:53 -0000       1.6
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test accent output.
+# $Id: accent,v 1.6 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test accent output.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 input=`basename $0`.txi
 

Index: makeinfo/tests/accentenc
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/accentenc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- makeinfo/tests/accentenc    11 Apr 2004 17:56:47 -0000      1.3
+++ makeinfo/tests/accentenc    4 Dec 2010 00:05:53 -0000       1.4
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test encoded accent info output.
+# $Id: accentenc,v 1.4 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test encoded accent info output.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 input=`basename $0`.txi
 output=`basename $0`.info

Index: makeinfo/tests/cond
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/cond,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- makeinfo/tests/cond 5 Apr 2005 21:04:16 -0000       1.3
+++ makeinfo/tests/cond 4 Dec 2010 00:05:53 -0000       1.4
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test conditional text.
+# $Id: cond,v 1.4 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test conditional text.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 # Default Info output.

Index: makeinfo/tests/copying
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/copying,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- makeinfo/tests/copying      1 Jul 2007 18:38:52 -0000       1.4
+++ makeinfo/tests/copying      4 Dec 2010 00:05:53 -0000       1.5
@@ -1,7 +1,7 @@
 #!/bin/sh
-# $Id: copying,v 1.4 2007/07/01 18:38:52 karl Exp $
-# Test @copying.  The configure script for tramp uses this to make sure
-# the makeinfo that is present supports @copying.
+# $Id: copying,v 1.5 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test @copying.  The configure script for tramp uses
+# this to make sure the makeinfo that is present supports @copying.
 
 unset TEXINFO_OUTPUT LANG LANGUAGE
 LC_ALL=POSIX; export LC_ALL

Index: makeinfo/tests/defxcond
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/defxcond,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/defxcond     11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/defxcond     4 Dec 2010 00:05:53 -0000       1.3
@@ -1,8 +1,10 @@
 #!/bin/sh
-# Test conditionalized @deffnx.
-# Report from: Akim Demaille <address@hidden>, 14 Aug 2003 12:10:37 +0200.
+# $Id: defxcond,v 1.3 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test conditionalized @deffnx.
+# Report from: Akim Demaille, 14 Aug 2003 12:10:37 +0200.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 test=defxcond

Index: makeinfo/tests/emph-option
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/emph-option,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/emph-option  10 Jul 2006 23:07:12 -0000      1.1
+++ makeinfo/tests/emph-option  4 Dec 2010 00:05:53 -0000       1.2
@@ -1,7 +1,8 @@
 #!/bin/sh
-# Test @option inside @emph. 
+# Public domain.  Test @option inside @emph. 
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 ../makeinfo --no-split --html -o emph-option.out $srcdir/emph-option.txi || 
exit 1

Index: makeinfo/tests/html-8bit
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-8bit,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-8bit    25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/html-8bit    4 Dec 2010 00:05:53 -0000       1.2
@@ -1,5 +1,8 @@
 #!/bin/sh
-# Test that a minimal Texinfo file can be converted to HTML.
+# Public domain.  Test that a minimal Texinfo file can be converted to HTML.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
 ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
 exit_status=$?

Index: makeinfo/tests/html-docdesc
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-docdesc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-docdesc 25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/html-docdesc 4 Dec 2010 00:05:53 -0000       1.2
@@ -1,5 +1,8 @@
 #!/bin/sh
-# Test that @documentdescription works.
+# Public domain.  Test that @documentdescription works.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
 if ../makeinfo --html --no-split ${srcdir-.}/html-docdesc.txi; then
   grep 'explicit document description' html-docdesc.html >/dev/null

Index: makeinfo/tests/html-extrali
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-extrali,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/html-extrali 5 Apr 2005 21:04:16 -0000       1.2
+++ makeinfo/tests/html-extrali 4 Dec 2010 00:05:53 -0000       1.3
@@ -1,6 +1,9 @@
 #!/bin/sh
-# Test no extra <li> from @menu.
+# $Id: html-extrali,v 1.3 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test no extra <li> from @menu.
 
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 li_count=`../makeinfo --no-split --html -o - $srcdir/html-extrali.txi 
2>/dev/null \

Index: makeinfo/tests/html-manuals
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-manuals,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- makeinfo/tests/html-manuals 11 Apr 2004 17:56:47 -0000      1.3
+++ makeinfo/tests/html-manuals 4 Dec 2010 00:05:53 -0000       1.4
@@ -1,7 +1,10 @@
 #!/bin/sh
-# $Id: html-manuals,v 1.3 2004/04/11 17:56:47 karl Exp $
-# Test that all the distribution manuals can be converted to HTML.
+# $Id: html-manuals,v 1.4 2010/12/04 00:05:53 karl Exp $
+# Public domain.  Test that all the distribution manuals can be
+# converted to HTML.
 
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 for manual in info.texi info-stnd.texi texinfo.txi; do

Index: makeinfo/tests/html-min
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-min,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-min     25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/html-min     4 Dec 2010 00:05:54 -0000       1.2
@@ -1,5 +1,9 @@
 #!/bin/sh
-# Test that a minimal Texinfo file can be converted to HTML.
+# $Id: html-min,v 1.2 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that a minimal Texinfo file can be converted to HTML.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
 ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
 exit_status=$?

Index: makeinfo/tests/html-para
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-para,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-para    25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/html-para    4 Dec 2010 00:05:54 -0000       1.2
@@ -1,5 +1,9 @@
 #!/bin/sh
-# Test that paragraph beginnings in HTML work ok.
+# $Id: html-para,v 1.2 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that paragraph beginnings in HTML work ok.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
 ../makeinfo --no-split --html ${srcdir-.}/html-para.txi
 exit_status=$?

Index: makeinfo/tests/html-title
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-title,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-title   25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/html-title   4 Dec 2010 00:05:54 -0000       1.2
@@ -1,6 +1,10 @@
 #!/bin/sh
-# Test that titles with @ commands don't produce markup in the <title>.
-# (And that the @ commands get expanded.)
+# $Id: html-title,v 1.2 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that titles with @ commands don't produce markup
+# in the <title>.  (And that the @ commands get expanded.)
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
 if ../makeinfo --no-split --html ${srcdir-.}/html-title.txi; then
   grep '^<title>@[^<>]*</title>$' html-title.html >/dev/null

Index: makeinfo/tests/html-top
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/html-top,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/html-top     11 Apr 2004 17:56:47 -0000      1.1
+++ makeinfo/tests/html-top     4 Dec 2010 00:05:54 -0000       1.2
@@ -1,6 +1,9 @@
 #!/bin/sh
-# Test that a bare top node does not crash with --html.
+# $Id: html-top,v 1.2 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that a bare top node does not crash with --html.
 
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 # But this input file is erroneous, so throw away errors.

Index: makeinfo/tests/include-value
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/include-value,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- makeinfo/tests/include-value        5 Apr 2005 21:04:16 -0000       1.4
+++ makeinfo/tests/include-value        4 Dec 2010 00:05:54 -0000       1.5
@@ -1,8 +1,9 @@
 #!/bin/sh
-# $Id: include-value,v 1.4 2005/04/05 21:04:16 karl Exp $
-# Test @value expansion in @include and @verbatiminclude names.
+# $Id: include-value,v 1.5 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test @value expansion in @include and @verbatiminclude names.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 ../makeinfo -I $srcdir $srcdir/include-value.txi

Index: makeinfo/tests/macro-at
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/macro-at,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/macro-at     11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/macro-at     4 Dec 2010 00:05:54 -0000       1.3
@@ -1,7 +1,10 @@
 #!/bin/sh
-# Test @@ in macro expansions, etc.  --eliz, 14nov99.
+# $Id: macro-at,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test @@ in macro expansions, etc.  --eliz, 14nov99.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
-unset TEXINFO_OUTPUT
 : ${srcdir=.}
 ../makeinfo $srcdir/macro-at.txi || exit 1
 

Index: makeinfo/tests/menu-whitespace
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/menu-whitespace,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/menu-whitespace      11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/menu-whitespace      4 Dec 2010 00:05:54 -0000       1.3
@@ -1,7 +1,10 @@
 #!/bin/sh
-# Bug where whitespace after @menu caused confusion.
+# $Id: menu-whitespace,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Bug where whitespace after @menu caused confusion.
+
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 
-unset TEXINFO_OUTPUT
 : ${srcdir=.}
 input=`basename $0`.txi
 

Index: makeinfo/tests/no-headers
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/no-headers,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- makeinfo/tests/no-headers   22 Feb 2007 00:29:32 -0000      1.4
+++ makeinfo/tests/no-headers   4 Dec 2010 00:05:54 -0000       1.5
@@ -1,6 +1,7 @@
 #!/bin/sh
-# Test that info.texi works with --no-headers (this includes node
-# pointer defaulting).
+# $Id: no-headers,v 1.5 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that info.texi works with --no-headers (this
+# includes node pointer defaulting).
 
 # maybe need "nul" sometimes?  Not clear.
 : ${nulldev=/dev/null}

Index: makeinfo/tests/node-expand
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/node-expand,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/node-expand  11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/node-expand  4 Dec 2010 00:05:54 -0000       1.3
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test command expansion in node names.
+# $Id: node-expand,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test command expansion in node names.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi

Index: makeinfo/tests/node-value
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/node-value,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/node-value   11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/node-value   4 Dec 2010 00:05:54 -0000       1.3
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test @value expansion in node names.
+# $Id: node-value,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test @value expansion in node names.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 ../makeinfo $srcdir/node-value.txi

Index: makeinfo/tests/node-whitespace
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/node-whitespace,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/node-whitespace      11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/node-whitespace      4 Dec 2010 00:05:54 -0000       1.3
@@ -1,7 +1,9 @@
 #!/bin/sh
-# Test whitespace collapse in node names.
+# $Id: node-whitespace,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test whitespace collapse in node names.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 ../makeinfo $srcdir/node-whitespace.txi

Index: makeinfo/tests/quote-args
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/quote-args,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/quote-args   6 Oct 2006 18:11:38 -0000       1.2
+++ makeinfo/tests/quote-args   4 Dec 2010 00:05:54 -0000       1.3
@@ -1,9 +1,11 @@
 #!/bin/sh
-# Test @quote-args facility.
+# $Id: quote-args,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test @quote-args facility.
 
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
-unset TEXINFO_OUTPUT
 TMP=quote-args.out
 
 cat > quote-args.samp <<EOT

Index: makeinfo/tests/top
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/top,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- makeinfo/tests/top  11 Apr 2004 17:56:47 -0000      1.2
+++ makeinfo/tests/top  4 Dec 2010 00:05:54 -0000       1.3
@@ -1,8 +1,11 @@
 #!/bin/sh
-# Test that a top node can be ignored.
+# $Id: top,v 1.3 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that a top node can be ignored.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
+
 ../makeinfo $srcdir/top.txi || exit 1
 
 # Expected warnings due to use of @ifinfo instead of @ifnottex.

Index: makeinfo/tests/top2
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/top2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makeinfo/tests/top2 25 Aug 2002 23:38:39 -0000      1.1
+++ makeinfo/tests/top2 4 Dec 2010 00:05:54 -0000       1.2
@@ -1,6 +1,9 @@
 #!/bin/sh
-# Test that a bare top node does not crash with --html.
+# $Id: top2,v 1.2 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that a bare top node does not crash with --html.
 
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 # But this input file is erroneous, so throw away errors.

Index: makeinfo/tests/twofiles
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/twofiles,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- makeinfo/tests/twofiles     11 Apr 2004 17:56:47 -0000      1.3
+++ makeinfo/tests/twofiles     4 Dec 2010 00:05:54 -0000       1.4
@@ -1,10 +1,11 @@
 #!/bin/sh
-# $Id: twofiles,v 1.3 2004/04/11 17:56:47 karl Exp $
-# Test that an existing and nonexisting file doesn't cause a
+# $Id: twofiles,v 1.4 2010/12/04 00:05:54 karl Exp $
+# Public domain.  Test that an existing and nonexisting file doesn't cause a
 # segmentation fault.
-# From: Arkadiusz Miskiewicz <address@hidden>, 15 Feb 2003 13:22:49 +0100.
+# Report from: Arkadiusz Miskiewicz, 15 Feb 2003 13:22:49 +0100.
 
-unset TEXINFO_OUTPUT
+unset TEXINFO_OUTPUT LANG LANGUAGE
+LC_ALL=POSIX; export LC_ALL
 : ${srcdir=.}
 
 outfile=outfile



reply via email to

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