Skip to content

Commit

Permalink
XXX test.pl: dont unlink temps
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent cd6f25c commit 6e898c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.pl
Expand Up @@ -1013,7 +1013,7 @@ sub _num_to_alpha {

my %tmpfiles;
sub unlink_tempfiles {
unlink_all keys %tmpfiles;
#unlink_all keys %tmpfiles;
%tempfiles = ();
}

Expand Down

0 comments on commit 6e898c5

Please sign in to comment.