Fix test/recipes/80-test_ca.t to work on VMS
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 14:16:41 +0000 (15:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 14:23:44 +0000 (15:23 +0100)
commit4034c38b25b44773660f7427acfcdbbb56f47907
tree3c5545bc3c8eb7a17891362fa570e419b30796cd
parentac33c5a477568127ad99b1260a8978477de50e36
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: Rich Salz <rsalz@openssl.org>
test/recipes/80-test_ca.t