Make session ID test work.
This commit is contained in:
parent
15e5f592c1
commit
f5cd3db541
@ -267,7 +267,7 @@ test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl trsa testrsa.pem
|
|||||||
test_crl: ../apps/openssl tcrl testcrl.pem
|
test_crl: ../apps/openssl tcrl testcrl.pem
|
||||||
@sh ./tcrl 2>/dev/null
|
@sh ./tcrl 2>/dev/null
|
||||||
|
|
||||||
test_sid: ../apps/openssl tsid
|
test_sid: ../apps/openssl tsid testsid.pem
|
||||||
@sh ./tsid 2>/dev/null
|
@sh ./tsid 2>/dev/null
|
||||||
|
|
||||||
test_req: ../apps/openssl treq testreq.pem testreq2.pem
|
test_req: ../apps/openssl treq testreq.pem testreq2.pem
|
||||||
|
@ -374,6 +374,7 @@ sub get_tests
|
|||||||
'pkcs7-1.pem',
|
'pkcs7-1.pem',
|
||||||
'trsa',
|
'trsa',
|
||||||
'testrsa.pem',
|
'testrsa.pem',
|
||||||
|
'testsid.pem',
|
||||||
);
|
);
|
||||||
my $copies = copy_scripts(1, 'test', @copies);
|
my $copies = copy_scripts(1, 'test', @copies);
|
||||||
$copies .= copy_scripts(0, 'test', ('smcont.txt'));
|
$copies .= copy_scripts(0, 'test', ('smcont.txt'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user