]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_cmp_http.t
allow to disable http
[thirdparty/openssl.git] / test / recipes / 80-test_cmp_http.t
index 5fbdb930c95a80bd3ac6d90fe71e274989dc47b5..4fd03e8b2d9e5b07b21b610cb0ea7e714a921775 100644 (file)
@@ -30,6 +30,8 @@ plan skip_all => "These tests are not supported in a no-ec build"
     if disabled("ec");
 plan skip_all => "These tests are not supported in a no-sock build"
     if disabled("sock");
+plan skip_all => "These tests are not supported in a no-http build"
+    if disabled("http");
 
 plan skip_all => "Tests involving local HTTP server not available on Windows or VMS"
     if $^O =~ /^(VMS|MSWin32|msys)$/;