A Docker image for building combinations of CPython and OpenSSL versions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
389 B

  1. diff --git a/test/recipes/90-test_fuzz.t b/test/recipes/90-test_fuzz.t
  2. index 8d3b354..4ffbe12 100644
  3. --- a/test/recipes/90-test_fuzz.t
  4. +++ b/test/recipes/90-test_fuzz.t
  5. @@ -9,7 +9,7 @@
  6. use strict;
  7. use warnings;
  8. -use if $^O ne "VMS", 'File::Glob' => qw/glob/;
  9. +use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
  10. use OpenSSL::Test qw/:DEFAULT srctop_file/;
  11. use OpenSSL::Test::Utils;