From: Dr. David von Oheimb Date: Sat, 29 Aug 2020 07:22:07 +0000 (+0200) Subject: 81-test_cmp_cli.t: Stop unlinking test output files according to #11080 X-Git-Tag: openssl-3.0.0-alpha7~338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57371e16741ae619ecd7c33b3b4a7fd728616e01;p=thirdparty%2Fopenssl.git 81-test_cmp_cli.t: Stop unlinking test output files according to #11080 Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12655) --- diff --git a/test/recipes/81-test_cmp_cli.t b/test/recipes/81-test_cmp_cli.t index fa70c849817..001b9c66e3d 100644 --- a/test/recipes/81-test_cmp_cli.t +++ b/test/recipes/81-test_cmp_cli.t @@ -65,7 +65,7 @@ my @cmp_basic_tests = ( ); my $rsp_cert = "signer_only.crt"; -my $outfile = "test.cert.pem"; +my $outfile = "test.certout.pem"; my $secret = "pass:test"; # this uses the mock server directly in the cmp app, without TCP @@ -87,7 +87,7 @@ sub use_mock_srv_internally "-certout" , $outfile])) && compare_text($outfile, $rsp_cert) == 0, "CMP app with -use_mock_srv and -poll_count 1"); - unlink $outfile; + # not unlinking $outfile } # the CMP server configuration consists of: @@ -200,7 +200,7 @@ sub test_cmp_cli_aspect { } } }; - unlink "test.cert.pem", "test.cacerts.pem", "test.extracerts.pem"; + # not unlinking "test.cert.pem", "test.cacerts.pem", "test.extracerts.pem" } indir data_dir() => sub {