texinfo-commits
[Top][All Lists]
Advanced

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

[6158] * tp/tests/t/stdout.sh, tp/tests/t/stdout_split.sh: use $


From: Patrice Dumas
Subject: [6158] * tp/tests/t/stdout.sh, tp/tests/t/stdout_split.sh: use $PERL
Date: Thu, 26 Feb 2015 15:56:43 +0000

Revision: 6158
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6158
Author:   pertusus
Date:     2015-02-26 15:56:42 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
        * tp/tests/t/stdout.sh, tp/tests/t/stdout_split.sh: use $PERL
        from defs to call texi2any.pl.  Report from Eli Zaretskii.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/t/stdout.sh
    trunk/tp/tests/t/stdout_split.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-02-26 14:46:33 UTC (rev 6157)
+++ trunk/ChangeLog     2015-02-26 15:56:42 UTC (rev 6158)
@@ -1,3 +1,8 @@
+2015-02-26  Patrice Dumas  <address@hidden>
+
+       * tp/tests/t/stdout.sh, tp/tests/t/stdout_split.sh: use $PERL
+       from defs to call texi2any.pl.  Report from Eli Zaretskii.
+
 2015-02-26  Gavin Smith  <address@hidden>
 
        * info/session.c (display_startup_message): Startup message 

Modified: trunk/tp/tests/t/stdout.sh
===================================================================
--- trunk/tp/tests/t/stdout.sh  2015-02-26 14:46:33 UTC (rev 6157)
+++ trunk/tp/tests/t/stdout.sh  2015-02-26 15:56:42 UTC (rev 6158)
@@ -5,8 +5,10 @@
 
 srcdir=${srcdir:-.}
 
+. ../defs || exit 1
+
 # to regenerate the reference:
 # ../texi2any.pl -o - --plaintext formatting/simplest.texi > 
reference/stdout.txt 2>&1
 
-$srcdir/../texi2any.pl -o - --plaintext $srcdir/formatting/simplest.texi 2>&1 
| diff - $srcdir/reference/stdout.txt
+$PERL $srcdir/../texi2any.pl -o - --plaintext $srcdir/formatting/simplest.texi 
2>&1 | diff - $srcdir/reference/stdout.txt
 

Modified: trunk/tp/tests/t/stdout_split.sh
===================================================================
--- trunk/tp/tests/t/stdout_split.sh    2015-02-26 14:46:33 UTC (rev 6157)
+++ trunk/tp/tests/t/stdout_split.sh    2015-02-26 15:56:42 UTC (rev 6158)
@@ -5,8 +5,10 @@
 
 srcdir=${srcdir:-.}
 
+. ../defs || exit 1
+
 # to regenerate the reference:
 # ../texi2any.pl -o - --plaintext --split chapter formatting/simplest.texi > 
reference/stdout_split.txt 2>&1
 
-$srcdir/../texi2any.pl -o - --plaintext --split chapter 
$srcdir/formatting/simplest.texi 2>&1 | diff - 
$srcdir/reference/stdout_split.txt
+$PERL $srcdir/../texi2any.pl -o - --plaintext --split chapter 
$srcdir/formatting/simplest.texi 2>&1 | diff - 
$srcdir/reference/stdout_split.txt
 




reply via email to

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