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

Commit

Permalink
remove referencess to LC_ALL
Browse files Browse the repository at this point in the history
You get references to bad utf8 data without it on linux, but with
it on OS X you get an error on each invocation.
  • Loading branch information
coke committed May 10, 2012
1 parent 767cbdb commit 6272950
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ To get a per-synopsis summary, run:
This requires a ./perl6 script containing:

#!/bin/sh
LC_ALL=en_US.ISO-8859-1 PUGS_USE_EXTERNAL_TEST=1 ./Pugs/pugs -IPugs/ext/Test/lib $*
PUGS_USE_EXTERNAL_TEST=1 ./Pugs/pugs -IPugs/ext/Test/lib $*
1 change: 0 additions & 1 deletion t/fudgeandrun
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ 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: 0 additions & 1 deletion t/update_passing_test_data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ =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 6272950

Please sign in to comment.