A Docker image for building combinations of CPython and OpenSSL versions
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

13 satır
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;