A Docker image for building combinations of CPython and OpenSSL versions
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

13 行
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;