Better method of skipping all the tests in 00-check_testexes.t
authorRichard Levitte <levitte@openssl.org>
Sun, 9 Aug 2015 03:35:57 +0000 (05:35 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
commit2511c12bf2d5f07f329d1e90cde8791817e4357e
tree3a06b29ca064cc5c7e05bf5dbbf5cb367d904a9f
parent8de4f3d3a63f5eb5afa4bd92043953b501d0d7eb
Better method of skipping all the tests in 00-check_testexes.t

Before trying to read MINFO, we have no idea how many to test for, and
because skip expects to get an exact number somehow, it's better to
use 'plan skip_all'.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/recipes/00-check_testexes.t