diff options
Diffstat (limited to 't/lib')
-rwxr-xr-x | t/lib/safe2.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/safe2.t b/t/lib/safe2.t index feaab16956..40c5098058 100755 --- a/t/lib/safe2.t +++ b/t/lib/safe2.t @@ -8,6 +8,8 @@ BEGIN { print "1..0\n"; exit 0; } + # test 30 rather naughtily expects English error messages + $ENV{'LC_ALL'} = 'C'; } # Tests Todo: |