From ffc22e038e92d5dd956362fa48babd03cff202d1 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 5 Apr 2022 16:43:45 +0200 Subject: test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEY Reviewed-by: Todd Short Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18048) --- test/recipes/03-test_fipsinstall.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t index d99974e467..79b45af795 100644 --- a/test/recipes/03-test_fipsinstall.t +++ b/test/recipes/03-test_fipsinstall.t @@ -27,7 +27,7 @@ plan skip_all => "Test only supported in a fips build" if disabled("fips"); plan tests => 29; my $infile = bldtop_file('providers', platform->dso('fips')); -my $fipskey = $ENV{FIPSKEY} // '00'; +my $fipskey = $ENV{FIPSKEY} // config('FIPSKEY') // '00'; # Read in a text $infile and replace the regular expression in $srch with the # value in $repl and output to a new file $outfile. -- cgit v1.2.3