summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_dsa.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/15-test_dsa.t')
-rw-r--r--test/recipes/15-test_dsa.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/15-test_dsa.t b/test/recipes/15-test_dsa.t
index 2fd236e875..311b9b3e0a 100644
--- a/test/recipes/15-test_dsa.t
+++ b/test/recipes/15-test_dsa.t
@@ -16,12 +16,11 @@ use OpenSSL::Test::Utils;
setup("test_dsa");
-plan tests => 6;
+plan tests => 5;
require_ok(srctop_file('test','recipes','tconversion.pl'));
ok(run(test(["dsatest"])), "running dsatest");
-ok(run(test(["dsatest", "-app2_1"])), "running dsatest -app2_1");
SKIP: {
skip "Skipping dsa conversion test", 3