summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-08-29 09:22:07 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-10 07:35:07 +0200
commit57371e16741ae619ecd7c33b3b4a7fd728616e01 (patch)
tree51d6c8658a7424260c24f7023972e7693e103124 /test
parentc4adc5ba5b4a7b5f999732fc565d0d6e3f8222e9 (diff)
81-test_cmp_cli.t: Stop unlinking test output files according to #11080
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/81-test_cmp_cli.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/81-test_cmp_cli.t b/test/recipes/81-test_cmp_cli.t
index fa70c84981..001b9c66e3 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 {