[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5407] branches/1.3/t
- Subject: SF.net SVN: ledger-smb:[5407] branches/1.3/t
- From: ..hidden..
- Date: Tue, 25 Dec 2012 05:02:22 +0000
Revision: 5407
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5407&view=rev
Author: einhverfr
Date: 2012-12-25 05:02:21 +0000 (Tue, 25 Dec 2012)
Log Message:
-----------
Adding language variables to those make scripts that cause issues.
Modified Paths:
--------------
branches/1.3/t/04-template-handling.t
branches/1.3/t/11-ledgersmb.t
Modified: branches/1.3/t/04-template-handling.t
===================================================================
--- branches/1.3/t/04-template-handling.t 2012-12-25 03:37:10 UTC (rev 5406)
+++ branches/1.3/t/04-template-handling.t 2012-12-25 05:02:21 UTC (rev 5407)
@@ -5,6 +5,7 @@
# Absolute directory name required to not trip up Template::Latex
$ENV{TMPDIR} = "$ENV{PWD}/t/var";
+$ENV{LANG} = 'LANG=en_US.UTF8';
use Test::More 'no_plan';
use Test::Trap qw(trap $trap);
Modified: branches/1.3/t/11-ledgersmb.t
===================================================================
--- branches/1.3/t/11-ledgersmb.t 2012-12-25 03:37:10 UTC (rev 5406)
+++ branches/1.3/t/11-ledgersmb.t 2012-12-25 05:02:21 UTC (rev 5407)
@@ -4,6 +4,7 @@
use warnings;
$ENV{TMPDIR} = 't/var';
+$ENV{LANG} = 'LANG=en_US.UTF8';
use Test::More;
use Test::Exception;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.