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 May 6, 2023
1 parent 84a82f2 commit ee8b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.pl
Expand Up @@ -1016,7 +1016,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 ee8b134

Please sign in to comment.