File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper
[openssl.git] / test / recipes / 99-test_fuzz.t
index a0493a50d621e09970098dad261f16108911c849..9322ff7790843994c909a67a8182e89725245f16 100644 (file)
@@ -9,7 +9,7 @@
 use strict;
 use warnings;
 
 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;
 
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 use OpenSSL::Test::Utils;