projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c9f6be4
)
Simplify Simple.pm further, and make it more verbose
author
Richard Levitte
<levitte@openssl.org>
Sun, 20 Sep 2015 00:15:49 +0000
(
02:15
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 20 Sep 2015 00:15:49 +0000
(
02:15
+0200)
Reviewed-by: Stephen Henson <steve@openssl.org>
test/testlib/OpenSSL/Test/Simple.pm
patch
|
blob
|
history
diff --git
a/test/testlib/OpenSSL/Test/Simple.pm
b/test/testlib/OpenSSL/Test/Simple.pm
index
0637e3d
..
dfae026
100644
(file)
--- a/
test/testlib/OpenSSL/Test/Simple.pm
+++ b/
test/testlib/OpenSSL/Test/Simple.pm
@@
-56,13
+56,12
@@
sub simple_test {
setup($name);
setup($name);
+ plan skip_all => "$algo is not supported by this OpenSSL build"
+ if $algo && disabled($algo);
+
plan tests => 1;
plan tests => 1;
- SKIP: {
- skip "$algo is not supported by this OpenSSL build, skipping this test...", 1
- if $algo && disabled($algo);
- ok(run(test([$prgr])), "running $prgr");
- }
+ ok(run(test([$prgr])), "running $prgr");
}
=head1 SEE ALSO
}
=head1 SEE ALSO