summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-06-05 23:01:24 +0200
committerRichard Levitte <levitte@openssl.org>2016-06-06 10:03:01 +0200
commit78e91586fbeb2c3a54d2a8a28dadeeb1eb0f57a8 (patch)
treebc40236e808971c51465aae748816ab5f2eca02d /test/recipes
parent35d2e3275f9b313ed63754641118ecbbc7873413 (diff)
tests: Shut the shell up unless verbose
In rare cases, the shell we run test programs in may have complaints. Shut those up unless testing verbosely. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/01-test_abort.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/01-test_abort.t b/test/recipes/01-test_abort.t
index a6a7f3151a..2f121e25bf 100644
--- a/test/recipes/01-test_abort.t
+++ b/test/recipes/01-test_abort.t
@@ -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");