Fix test/recipes/80-test_ca.t to skip_all properly in a subtest
authorRichard Levitte <levitte@openssl.org>
Thu, 5 Nov 2020 20:54:36 +0000 (21:54 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 7 Nov 2020 11:24:49 +0000 (12:24 +0100)
commit914079d1c33cd775f15801663c36ee31c66554fa
tree95d3e1ecda95dcc8b115d6c28e017ce351e11dfe
parent5800d0414be113b6d710c1a23a8097842cfc675b
Fix test/recipes/80-test_ca.t to skip_all properly in a subtest

It's perfectlt ok to 'plan skip_all' in a subtest, but in that case,
it must really be inside the subtest.

Fixes #13330

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13331)
test/recipes/80-test_ca.t