We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebef41c commit 33e2b96Copy full SHA for 33e2b96
t/local/10_rand.t
@@ -59,8 +59,7 @@ sub test_rand_file_name_libressl
59
sub test_rand_file_name_openssl
60
{
61
my $file_name;
62
- local %ENV = %ENV;
63
- delete $ENV{RANDFILE};
+ delete local @ENV{'RANDFILE', 'HOME'};
64
65
# NOTE: If there are test failures, are you using some type of
66
# setuid environment? If so, this may affect usability of
0 commit comments