Commit 501d53c6 authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

Silence misleading test_abort stderr output



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 34707951
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,4 +13,5 @@ setup("test_abort");

plan tests => 1;

open STDERR, ">", "/dev/null";
is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");