From 657aab648e9ae6f3a13cc3ea6ddb37ad9476e6c7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Mar 2013 23:48:58 +0000 Subject: force LC_ALL=C for test git-svn-id: svn://tug.org/texlive/trunk@29532 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/tpic2pdftex/ChangeLog | 6 ++++++ Build/source/utils/tpic2pdftex/tpic2pdftex.test | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'Build/source') diff --git a/Build/source/utils/tpic2pdftex/ChangeLog b/Build/source/utils/tpic2pdftex/ChangeLog index 5f61b06318e..6bc91efdd51 100644 --- a/Build/source/utils/tpic2pdftex/ChangeLog +++ b/Build/source/utils/tpic2pdftex/ChangeLog @@ -1,3 +1,9 @@ +2013-03-28 Karl Berry + + * tpic2pdftex.test: set LC_ALL=C, unset LANG and LANGUAGE, + to avoid "Floating point numbers miss decimal point." error. + Report on tlbuild from Mojca, 27 Mar 2013 16:38:45. + 2011-10-04 Peter Breitenlohner * Makefile.am (EXTRA_DIST): Add tpic2pdftex and tpic2pdftex.1, diff --git a/Build/source/utils/tpic2pdftex/tpic2pdftex.test b/Build/source/utils/tpic2pdftex/tpic2pdftex.test index 754b05d7f91..154f26b780b 100755 --- a/Build/source/utils/tpic2pdftex/tpic2pdftex.test +++ b/Build/source/utils/tpic2pdftex/tpic2pdftex.test @@ -1,8 +1,12 @@ #! /bin/sh -# Copyright (C) 2009 Peter Breitenlohner +# Copyright (C) 2009, 2013 Peter Breitenlohner # You may freely use, modify and/or distribute this file. +unset LANGUAGE +unset LANG +LC_ALL=C; export LC_ALL + for f in beamerexample example; do pic -z -t $srcdir/$f.pic >$f.tpic || exit 77 $srcdir/tpic2pdftex $f.tpic >$f.tex || exit 1 -- cgit v1.2.3