Skip to content

Commit

Permalink
Fix no-dsa in combination with no-err
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Aug 11, 2023
1 parent 4593ffc commit 50a448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/30-test_evp.t
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sub test_errors { # actually tests diagnostics of OSSL_STORE
}

SKIP: {
skip "DSA not disabled", 2 if !disabled("dsa");
skip "DSA not disabled", 2 if !disabled("dsa") || disabled("err");

ok(test_errors(key => 'server-dsa-key.pem',
out => 'server-dsa-key.err'),
Expand Down

0 comments on commit 50a448a

Please sign in to comment.