X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a666309de8c6debe88d22c6bee8eb7599e06ebb3..b598356e4838039cf3470177e58ccba9b7e54eae:/t/op/mkdir.t diff --git a/t/op/mkdir.t b/t/op/mkdir.t index acf16c1..fc91b6b 100755 --- a/t/op/mkdir.t +++ b/t/op/mkdir.t @@ -8,6 +8,7 @@ $^O eq 'MSWin32' ? `del /s /q blurfl 2>&1` : `rm -rf blurfl`; # tests 3 and 7 rather naughtily expect English error messages $ENV{'LC_ALL'} = 'C'; +$ENV{LANGUAGE} = 'C'; # GNU locale extension print (mkdir('blurfl',0777) ? "ok 1\n" : "not ok 1\n"); print (mkdir('blurfl',0777) ? "not ok 2\n" : "ok 2\n");