From 9ece0b37026c616b4c0b7f5aa6ab4a455cefc8fd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 19 Jan 2023 22:53:37 -0700 Subject: [PATCH] Revert "XXX test.pl: dont unlink temps" This reverts commit 1579ce0dbce549cb594214ba27d4e2fa389f891b. --- t/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.pl b/t/test.pl index e16cf1a8af00..d2461fb8589c 100644 --- a/t/test.pl +++ b/t/test.pl @@ -1013,7 +1013,7 @@ sub _num_to_alpha { my %tmpfiles; sub unlink_tempfiles { - #unlink_all keys %tmpfiles; + unlink_all keys %tmpfiles; %tempfiles = (); }