aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-06-05 11:13:34 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-06-05 12:06:02 -0400
commit501d53c60091fdc8ed6ab1aa5ad96a71425d8dfd (patch)
tree74416ccb43b267ebc7bc3c94a7a78b0cbcb26846 /test/recipes
parent3470795171b8aecd4dbc86061600093b86b23c0e (diff)
downloadopenssl-501d53c60091fdc8ed6ab1aa5ad96a71425d8dfd.tar.gz
Silence misleading test_abort stderr output
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/01-test_abort.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/01-test_abort.t b/test/recipes/01-test_abort.t
index 2f121e25bf..a6a7f3151a 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");