mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Silence misleading test_abort stderr output
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3470795171
commit
501d53c600
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user