Skip to content

Commit

Permalink
Skip EDDSA in test_pairwise_fail if EC is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
0140454 committed Feb 23, 2024
1 parent 0772860 commit 2d3f42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/30-test_pairwise_fail.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SKIP: {

SKIP: {
skip "Skip EDDSA test because of no ecx in this build", 2
if disabled("ecx");
if disabled("ec") || disabled("ecx");

run(test(["fips_version_test", "-config", $provconf, ">=3.3.0"]),
capture => 1, statusvar => \my $exit);
Expand Down

0 comments on commit 2d3f42d

Please sign in to comment.