Commit 777ae7c4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Simplify Simple.pm further, and make it more verbose

parent c9f6be4e
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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