Ensure SSL_set_session clears the old session from cache if it is bad
[openssl.git] / test / recipes / 01-test_abort.t
index a6a7f3151ac1a6d059cbbb431e25fa06507c2885..2f121e25bf1b0f7e31516a80cfca21e49ce8a6d9 100644 (file)
@@ -13,5 +13,4 @@ setup("test_abort");
 
 plan tests => 1;
 
-open STDERR, ">", "/dev/null";
 is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");