Loading test/testlib/OpenSSL/Test/Simple.pm +4 −5 Original line number Diff line number Diff line Loading @@ -56,14 +56,13 @@ sub simple_test { setup($name); plan tests => 1; SKIP: { skip "$algo is not supported by this OpenSSL build, skipping this test...", 1 plan skip_all => "$algo is not supported by this OpenSSL build" if $algo && disabled($algo); plan tests => 1; ok(run(test([$prgr])), "running $prgr"); } } =head1 SEE ALSO Loading Loading
test/testlib/OpenSSL/Test/Simple.pm +4 −5 Original line number Diff line number Diff line Loading @@ -56,14 +56,13 @@ sub simple_test { setup($name); plan tests => 1; SKIP: { skip "$algo is not supported by this OpenSSL build, skipping this test...", 1 plan skip_all => "$algo is not supported by this OpenSSL build" if $algo && disabled($algo); plan tests => 1; ok(run(test([$prgr])), "running $prgr"); } } =head1 SEE ALSO Loading