[openssl-commits] [openssl] master update
Viktor Dukhovni
viktor at openssl.org
Sun Jun 5 16:06:15 UTC 2016
The branch master has been updated
via 501d53c60091fdc8ed6ab1aa5ad96a71425d8dfd (commit)
from 3470795171b8aecd4dbc86061600093b86b23c0e (commit)
- Log -----------------------------------------------------------------
commit 501d53c60091fdc8ed6ab1aa5ad96a71425d8dfd
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date: Sun Jun 5 11:13:34 2016 -0400
Silence misleading test_abort stderr output
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/recipes/01-test_abort.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/recipes/01-test_abort.t b/test/recipes/01-test_abort.t
index 2f121e2..a6a7f31 100644
--- a/test/recipes/01-test_abort.t
+++ b/test/recipes/01-test_abort.t
@@ -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");
More information about the openssl-commits
mailing list