diff --git a/t/run/locale.t b/t/run/locale.t index 202f35568b4b..bc099653ddd9 100644 --- a/t/run/locale.t +++ b/t/run/locale.t @@ -34,8 +34,8 @@ if (defined $ARGV[0] && $ARGV[0] ne "") { exit 1 } $debug = 1; - $switches = "switches => [ '-DLv' ]"; } +$switches = "switches => [ '-DLv' ]" if $debug; # reset the locale environment delete local @ENV{'LANGUAGE', 'LANG', (grep /^LC_[A-Z]+$/, keys %ENV)};