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";
|
my $out_pem = "out.pem";
|
||||||
ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
|
ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
|
||||||
"-passin", "pass:$p12pass"])));
|
"-passin", "pass:$p12pass"])));
|
||||||
unlink $out_pem;
|
# not unlinking $out_pem
|
||||||
}
|
}
|
||||||
|
|
||||||
SKIP: {
|
SKIP: {
|
||||||
@ -68,8 +68,8 @@ SKIP: {
|
|||||||
&&
|
&&
|
||||||
run(app(["openssl", "verify", "-no_check_time",
|
run(app(["openssl", "verify", "-no_check_time",
|
||||||
"-trusted", $selfout, "-partial_chain", $testcert])));
|
"-trusted", $selfout, "-partial_chain", $testcert])));
|
||||||
unlink $pubkey;
|
# not unlinking $pubkey
|
||||||
unlink $selfout;
|
# not unlinking $selfout
|
||||||
}
|
}
|
||||||
|
|
||||||
subtest 'x509 -- x.509 v1 certificate' => sub {
|
subtest 'x509 -- x.509 v1 certificate' => sub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user