Skip to content

Commit

Permalink
Revert "XXX test.pl: dont unlink temps"
Browse files Browse the repository at this point in the history
This reverts commit 1579ce0dbce549cb594214ba27d4e2fa389f891b.
  • Loading branch information
khwilliamson committed Nov 22, 2023
1 parent 56939c4 commit ac0afd5
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 ac0afd5

Please sign in to comment.