Fix a few tests that fail on VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Sep 2021 19:49:34 +0000 (21:49 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Sep 2021 19:49:34 +0000 (21:49 +0200)
commit7364545e0734ad25e08d7d5ad0e2c9dac85d2d0d
tree98a0c80f3e202e84e03a57dd4c9437b4fc69316e
parent9d3cb1b2fa4752410dd79b55c4402cee66fe3c24
Fix a few tests that fail on VMS

In one spot, files aren't properly closed, so the sub-process program
that's supposed to read them can't, because it's locked out.

In another spot, srctop_file() was used where srctop_dir() should be
used to properly format a directory specification.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16518)
test/recipes/25-test_verify.t
test/recipes/30-test_defltfips.t