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 May 6, 2023
1 parent ee8b134 commit 5df4e3e
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 5df4e3e

Please sign in to comment.