Commit 4034c38b authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix test/recipes/80-test_ca.t to work on VMS



VMS uses a variant of openssl.cnf named openssl-vms.cnf.

There's a Perl on VMS mystery where a open pipe will not SIGPIPE when
the child process exits, which means that a loop sending "y\n" to it
will never stop.  Adding a counter helps fix this (set to 10, we know
that none of the CA.pl commands will require more).

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ac33c5a4
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