mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
25-test_x509.t: Minor update: do not anymore unlink test output files
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13711)
This commit is contained in:
parent
63162e3d55
commit
8cadc51706
@ -44,7 +44,7 @@ is(cmp_text($out_utf8, srctop_file("test/certs", "cyrillic.utf8")),
|
||||
my $out_pem = "out.pem";
|
||||
ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
|
||||
"-passin", "pass:$p12pass"])));
|
||||
unlink $out_pem;
|
||||
# not unlinking $out_pem
|
||||
}
|
||||
|
||||
SKIP: {
|
||||
@ -68,8 +68,8 @@ SKIP: {
|
||||
&&
|
||||
run(app(["openssl", "verify", "-no_check_time",
|
||||
"-trusted", $selfout, "-partial_chain", $testcert])));
|
||||
unlink $pubkey;
|
||||
unlink $selfout;
|
||||
# not unlinking $pubkey
|
||||
# not unlinking $selfout
|
||||
}
|
||||
|
||||
subtest 'x509 -- x.509 v1 certificate' => sub {
|
||||
|
Loading…
Reference in New Issue
Block a user