summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-01 13:43:40 +0200
committerRichard Levitte <levitte@openssl.org>2016-09-01 20:58:40 +0200
commita5e1f1230e09b249ff94cc48aeffd1b874cb937e (patch)
treeb94e1569903ede221b9363dc3fc4b9ded3e13acc /test
parent90aeaf6bceb38746f9fa9fea9f73e4f682f37fb6 (diff)
Revert "Make it possible to disable fuzz testing"
This reverts commit eb40eaed727500bf4a15f848c99e37edd18e142e. Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/05-test_fuzz.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/05-test_fuzz.t b/test/recipes/05-test_fuzz.t
index f1ccfe32f8..d152925733 100755
--- a/test/recipes/05-test_fuzz.t
+++ b/test/recipes/05-test_fuzz.t
@@ -15,9 +15,6 @@ use OpenSSL::Test::Utils;
setup("test_fuzz");
-plan skip_all => "Fuzz testing is disabled by this OpenSSL build"
- if disabled("fuzz-test");
-
my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509');
if (!disabled("cms")) {
push @fuzzers, 'cms';