]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/recipes/25-test_verify.t
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>
Tue, 7 Sep 2021 08:51:54 +0000 (10:51 +0200)
commit3dd74e21fa04c7d8d7793b25b9a4609625e314cd
tree45961c512fbfe7a4174e11b058f759249109becc
parent6929c8fb5b46c9c2a383a7c212ee052e0dcef021
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)

(cherry picked from commit 7364545e0734ad25e08d7d5ad0e2c9dac85d2d0d)
test/recipes/25-test_verify.t
test/recipes/30-test_defltfips.t