aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/99-test_fuzz.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/99-test_fuzz.t')
-rw-r--r--test/recipes/99-test_fuzz.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/99-test_fuzz.t b/test/recipes/99-test_fuzz.t
index a0493a50d6..9322ff7790 100644
--- a/test/recipes/99-test_fuzz.t
+++ b/test/recipes/99-test_fuzz.t
@@ -9,7 +9,7 @@
use strict;
use warnings;
-use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
+use OpenSSL::Glob;
use OpenSSL::Test qw/:DEFAULT srctop_file/;
use OpenSSL::Test::Utils;