Skip to content

Commit 8aca9ca

Browse files
committed
t/run/locale.t: Move init stmt
This makes it easier to add a line to turn on debugging temporarily
1 parent e905d8c commit 8aca9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/run/locale.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ if (defined $ARGV[0] && $ARGV[0] ne "") {
3636
exit 1
3737
}
3838
$debug = 1;
39-
$switches = "switches => [ '-DLv' ]";
4039
}
40+
$switches = "switches => [ '-DLv' ]" if $debug;
4141

4242
# reset the locale environment
4343
delete local @ENV{'LANGUAGE', 'LANG', (grep /^LC_[A-Z]+$/, keys %ENV)};

0 commit comments

Comments
 (0)