A Docker image for building combinations of CPython and OpenSSL versions
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

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