[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5574] Add missing $srcdir.
From: |
Patrice Dumas |
Subject: |
[5574] Add missing $srcdir. |
Date: |
Sun, 18 May 2014 12:54:03 +0000 |
Revision: 5574
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5574
Author: pertusus
Date: 2014-05-18 12:54:02 +0000 (Sun, 18 May 2014)
Log Message:
-----------
Add missing $srcdir.
Modified Paths:
--------------
trunk/tp/tests/t/stdout.sh
trunk/tp/tests/t/stdout_split.sh
Modified: trunk/tp/tests/t/stdout.sh
===================================================================
--- trunk/tp/tests/t/stdout.sh 2014-05-18 12:52:58 UTC (rev 5573)
+++ trunk/tp/tests/t/stdout.sh 2014-05-18 12:54:02 UTC (rev 5574)
@@ -8,5 +8,5 @@
# to regenerate the reference:
# ../texi2any.pl -o - --plaintext formatting/simplest.texi >
reference/stdout.txt 2>&1
-$srcdir/../texi2any.pl -o - --plaintext formatting/simplest.texi 2>&1 | diff -
$srcdir/reference/stdout.txt
+$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 2014-05-18 12:52:58 UTC (rev 5573)
+++ trunk/tp/tests/t/stdout_split.sh 2014-05-18 12:54:02 UTC (rev 5574)
@@ -8,5 +8,5 @@
# 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
formatting/simplest.texi 2>&1 | diff - reference/stdout_split.txt
+$srcdir/../texi2any.pl -o - --plaintext --split chapter
$srcdir/formatting/simplest.texi 2>&1 | diff -
$srcdir/reference/stdout_split.txt
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5574] Add missing $srcdir.,
Patrice Dumas <=