Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Revert "remove referencess to LC_ALL"
Browse files Browse the repository at this point in the history
This reverts commit 6272950.
  • Loading branch information
coke committed Jul 6, 2012
1 parent 6272950 commit c268bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING
Expand Up @@ -70,4 +70,4 @@ To get a per-synopsis summary, run:
This requires a ./perl6 script containing:

#!/bin/sh
PUGS_USE_EXTERNAL_TEST=1 ./Pugs/pugs -IPugs/ext/Test/lib $*
LC_ALL=en_US.ISO-8859-1 PUGS_USE_EXTERNAL_TEST=1 ./Pugs/pugs -IPugs/ext/Test/lib $*
1 change: 1 addition & 0 deletions t/fudgeandrun
Expand Up @@ -16,4 +16,5 @@ if (@ARGV) {

my $nt = `t/spec/fudge @OPTS @ARGV`;
$ENV{PUGS_USE_EXTERNAL_TEST}=1;
$ENV{LC_ALL}="en_US.ISO-8859-1";
system("./Pugs/pugs", "-IPugs/ext/Test/lib", split ' ', $nt);
1 change: 1 addition & 0 deletions t/update_passing_test_data.pl
Expand Up @@ -41,6 +41,7 @@ =head1 DESCRIPTION
my @wanted;

$ENV{PUGS_USE_EXTERNAL_TEST}=1;
$ENV{LC_ALL} = "en_US.ISO-8859-1";

find({ wanted => \&queue, no_chdir => 1 }, 't/spec/');

Expand Down

0 comments on commit c268bfa

Please sign in to comment.