Some of our tests check locale-dependent plugin output, so let's make sure "make test" is always using the "C" locale.
@@ -9,6 +9,8 @@ use Getopt::Long;
use NPTest qw(DetermineTestHarnessDirectory TestsFrom);
+$ENV{LC_ALL} = 'C';
+
my @tstdir;
if ( ! GetOptions( "testdir:s" => \@tstdir ) )