Commit 9b56815d authored by Richard Levitte's avatar Richard Levitte
Browse files

Do not use redirection on binary files



On some platforms, the shell will determine what attributes a file
will have, so while the program might think it's safely outputting
binary data, it's not always true.

For the sake of the tests, it's therefore safer to use -out than to
use redirection.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 67949615
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment