]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/25-test_verify.t: correct the number of skipped tests on Win/VMS
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 18 Sep 2025 00:29:10 +0000 (02:29 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Sep 2025 06:30:20 +0000 (08:30 +0200)
commit530813516cb5bfdc76379ce0fd198feb769ed44b
tree6bac1fc33f37ad0e6632840928b8962b74c27ec3
parent0fa59896e1a255e45924666309270a23b18c9421
test/recipes/25-test_verify.t: correct the number of skipped tests on Win/VMS

On 3.5, there is one test fewer to be skipped due to absence of support
of colon in filenames after the commit b3e7dad7ac08 "Fix
test/recipes/25-test_verify.t [3.5]", provide the correct number
in the skip call.

Fixes: b3e7dad7ac08 "Fix test/recipes/25-test_verify.t [3.5]"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28591)

(cherry picked from commit b18f44902c5c48080a06c63972a13f8cb6d5c5d2)
test/recipes/25-test_verify.t