From ee8b1348ad893507292b11d004d06e89b5de2313 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 19 Jan 2023 22:53:13 -0700 Subject: [PATCH] XXX test.pl: dont unlink temps --- t/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test.pl b/t/test.pl index 21fe49b0a2d4..f7fecb6ae131 100644 --- a/t/test.pl +++ b/t/test.pl @@ -1016,7 +1016,7 @@ sub _num_to_alpha { my %tmpfiles; sub unlink_tempfiles { - unlink_all keys %tmpfiles; + #unlink_all keys %tmpfiles; %tempfiles = (); }