diff options
-rwxr-xr-x | test.pl.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ use Getopt::Long; use NPTest qw(DetermineTestHarnessDirectory TestsFrom); +$ENV{LC_ALL} = 'C'; + my @tstdir; if ( ! GetOptions( "testdir:s" => \@tstdir ) ) |