Commit 49dc5404 authored by Richard Levitte's avatar Richard Levitte
Browse files

Skip all explicitely if the number of tests is 0



It seems that Test::More doesn't like 0 tests, a line like this raises
an error and stops the recipe entirely:

    plan tests => 0;

So we need to check for 0 tests beforehand and skip the subtest
explicitely in that case.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 57a143fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment