Skip to content

Commit

Permalink
t/run/locale.t: Move init stmt
Browse files Browse the repository at this point in the history
This makes it easier to add a line to turn on debugging temporarily
  • Loading branch information
khwilliamson committed Apr 23, 2021
1 parent ad81c33 commit a81252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/run/locale.t
Expand Up @@ -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)};
Expand Down

0 comments on commit a81252a

Please sign in to comment.