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

Commit 2ffbe10

Browse files
committed
* < geekosaur> ...s/-//
1 parent e7ce2ab commit 2ffbe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/fudgeandrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (@ARGV) {
1717
my $nt = `t/spec/fudge @OPTS @ARGV`;
1818
$ENV{PUGS_USE_EXTERNAL_TEST}=1;
1919
if ($^O eq 'darwin') {
20-
$ENV{LC_ALL}="C";
20+
$ENV{LC_ALL}="en_US.ISO8859-1";
2121
}
2222
else {
2323
$ENV{LC_ALL}="en_US.ISO-8859-1";

0 commit comments

Comments
 (0)