X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F02-test_errstr.t;h=ef5e2fa357fee07eecd7dc8cd85fd9fed6844eb3;hp=745c3c0e72f50df15629a207c91d1bf50eddbe63;hb=f1d49ed94707f5f0799541aa8e528dce67712948;hpb=5a4481f0e0bbf836c7f41805e84617784cb6b1db diff --git a/test/recipes/02-test_errstr.t b/test/recipes/02-test_errstr.t index 745c3c0e72..ef5e2fa357 100644 --- a/test/recipes/02-test_errstr.t +++ b/test/recipes/02-test_errstr.t @@ -31,6 +31,9 @@ setup('test_errstr'); plan skip_all => 'This is unsupported for cross compiled configurations' if config('CROSS_COMPILE'); +plan skip_all => 'OpenSSL is configured "no-autoerrinit" or "no-err"' + if disabled('autoerrinit') || disabled('err'); + # These are POSIX error names, which Errno implements as functions # (this is documented) my @posix_errors = @{$Errno::EXPORT_TAGS{POSIX}};