VMS perl doesn't implement fork(), so don't run the TLSProxy tests there
[openssl.git] / test / recipes / 15-test_dsa.t
index e338b0bb22432c5527deae1efac1ce8070484bf3..5a1917dcedd034c25c516d4a0c8ae59c992bd21f 100644 (file)
@@ -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"));