]> git.ipfire.org Git - thirdparty/openssl.git/commit
tests: fix the shutting up of the shell
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2016 13:01:50 +0000 (15:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Jun 2016 13:51:35 +0000 (15:51 +0200)
commit81b538e51e34e258af96ebaf147c0059ef855829
tree1fa77d4c5de38f2cdf11e92d2b1f4047ed0a8654
parentec772a817afc0f788c38006f623204a7d76221ec
tests: fix the shutting up of the shell

If we're going to redirect STDERR and STDOUT, it's better to do it by
the book.  This fix is a straight copy of examples in the perlfunc
manual.

Reviewed-by: Matt Caswell <matt@openssl.org>
test/testlib/OpenSSL/Test.pm