texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/tests README run_parser_all.sh many_...


From: Patrice Dumas
Subject: texinfo/tp/tests README run_parser_all.sh many_...
Date: Fri, 09 Nov 2012 23:53:00 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/11/09 23:53:00

Modified files:
        tp/tests       : README run_parser_all.sh 
        tp/tests/many_input_files: tex_l2h.sh tex_t4ht.sh 

Log message:
        Do not use -p for mktemp, it is not portable. Report from Stefano 
Lattarini.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/README?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/run_parser_all.sh?cvsroot=texinfo&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/many_input_files/tex_l2h.sh?cvsroot=texinfo&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/many_input_files/tex_t4ht.sh?cvsroot=texinfo&r1=1.6&r2=1.7

Patches:
Index: README
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- README      26 May 2012 10:45:03 -0000      1.4
+++ README      9 Nov 2012 23:52:59 -0000       1.5
@@ -1,4 +1,4 @@
-$Id: README,v 1.4 2012/05/26 10:45:03 pertusus Exp $
+$Id: README,v 1.5 2012/11/09 23:52:59 pertusus Exp $
 texinfo/tp/tests/README
 
   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
@@ -76,8 +76,8 @@
   make tex-html-checks
 
 For the tests that use latex2html, to avoid the test failing if there is 
-a dot in the cwd, mktemp is used to create a temporary directory, hopefully
-in /tmp, and the directory is passed through on the command line.
+a dot in the cwd, mktemp is used to create a temporary directory, and 
+the directory is passed through on the command line.
 
 
 Tests specification

Index: run_parser_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/run_parser_all.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- run_parser_all.sh   21 Sep 2012 23:48:07 -0000      1.6
+++ run_parser_all.sh   9 Nov 2012 23:52:59 -0000       1.7
@@ -160,7 +160,7 @@
   [ -d "${outdir}" ] || mkdir "${outdir}"
 done
 
-if tmp_dir=`mktemp -p /tmp -d l2h_t2h_XXXXXXXX`; then
+if tmp_dir=`mktemp -d l2h_t2h_XXXXXXXX`; then
   :
 else
   exit 1

Index: many_input_files/tex_l2h.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/many_input_files/tex_l2h.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- many_input_files/tex_l2h.sh 12 Sep 2012 00:40:24 -0000      1.7
+++ many_input_files/tex_l2h.sh 9 Nov 2012 23:53:00 -0000       1.8
@@ -23,7 +23,7 @@
 echo "$basename" > $logfile
 : > $stdout_file
 
-if tmp_dir=`mktemp -p /tmp -d l2h_t2h_XXXXXXXX`; then
+if tmp_dir=`mktemp -d l2h_t2h_XXXXXXXX`; then
   :
 else
   exit 1

Index: many_input_files/tex_t4ht.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/many_input_files/tex_t4ht.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- many_input_files/tex_t4ht.sh        28 Jul 2012 23:47:38 -0000      1.6
+++ many_input_files/tex_t4ht.sh        9 Nov 2012 23:53:00 -0000       1.7
@@ -23,7 +23,7 @@
 echo "$basename" > $logfile
 : > $stdout_file
 
-if tmp_dir=`mktemp -p /tmp -d l2h_t2h_XXXXXXXX`; then
+if tmp_dir=`mktemp -d l2h_t2h_XXXXXXXX`; then
   :
 else
   exit 1



reply via email to

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