summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_dsa.t
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-19 23:19:14 +0200
committerDr. Stephen Henson <steve@openssl.org>2015-09-20 01:04:16 +0200
commit340166a9da47305e30eb8a0be09e4d4491233269 (patch)
tree64d0d810f03cc3d1aa4d2c6bbe22ddd077d17003 /test/recipes/15-test_dsa.t
parentAdd Utils.pm (diff)
downloadopenssl-340166a9da47305e30eb8a0be09e4d4491233269.tar.xz
openssl-340166a9da47305e30eb8a0be09e4d4491233269.zip
Change test recipes to use disabled()
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/15-test_dsa.t')
-rw-r--r--test/recipes/15-test_dsa.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/15-test_dsa.t b/test/recipes/15-test_dsa.t
index e338b0bb22..5a1917dced 100644
--- a/test/recipes/15-test_dsa.t
+++ b/test/recipes/15-test_dsa.t
@@ -5,6 +5,7 @@ use warnings;
use File::Spec;
use OpenSSL::Test qw/:DEFAULT top_file/;
+use OpenSSL::Test::Utils;
setup("test_dsa");
@@ -17,7 +18,7 @@ ok(run(test(["dsatest", "-app2_1"])), "running dsatest -app2_1");
SKIP: {
skip "Skipping dsa conversion test", 3
- if run(app(["openssl","no-dsa"], stdout => undef));
+ if disabled("dsa");
subtest 'dsa conversions -- private key' => sub {
tconversion("dsa", top_file("test","testdsa.pem"));