summaryrefslogtreecommitdiff
path: root/test/recipes/30-test_acvp.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/30-test_acvp.t')
-rw-r--r--test/recipes/30-test_acvp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/30-test_acvp.t b/test/recipes/30-test_acvp.t
index 8f36325f21..566c59d78e 100644
--- a/test/recipes/30-test_acvp.t
+++ b/test/recipes/30-test_acvp.t
@@ -19,7 +19,7 @@ setup("test_acvp");
my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
plan skip_all => "ACVP is not supported by this test"
- if $no_fips || disabled("acvp_tests");
+ if $no_fips || disabled("acvp-tests");
use lib srctop_dir('Configurations');
use lib bldtop_dir('.');