tests: Shut the shell up unless verbose
authorRichard Levitte <levitte@openssl.org>
Sun, 5 Jun 2016 21:01:24 +0000 (23:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2016 08:03:01 +0000 (10:03 +0200)
commit78e91586fbeb2c3a54d2a8a28dadeeb1eb0f57a8
treebc40236e808971c51465aae748816ab5f2eca02d
parent35d2e3275f9b313ed63754641118ecbbc7873413
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>
test/recipes/01-test_abort.t
test/testlib/OpenSSL/Test.pm