Make session ID test work.

This commit is contained in:
Ben Laurie 2013-04-02 06:04:58 +01:00
parent 15e5f592c1
commit f5cd3db541
2 changed files with 2 additions and 1 deletions

View File

@ -267,7 +267,7 @@ test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl trsa testrsa.pem
test_crl: ../apps/openssl tcrl testcrl.pem
@sh ./tcrl 2>/dev/null
test_sid: ../apps/openssl tsid
test_sid: ../apps/openssl tsid testsid.pem
@sh ./tsid 2>/dev/null
test_req: ../apps/openssl treq testreq.pem testreq2.pem

View File

@ -374,6 +374,7 @@ sub get_tests
'pkcs7-1.pem',
'trsa',
'testrsa.pem',
'testsid.pem',
);
my $copies = copy_scripts(1, 'test', @copies);
$copies .= copy_scripts(0, 'test', ('smcont.txt'));