From: Ben Laurie Date: Tue, 2 Apr 2013 05:04:58 +0000 (+0100) Subject: Make session ID test work. X-Git-Tag: master-post-reformat~1345 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f5cd3db541cd1fa71bec1c07a9aecc3e0e058096 Make session ID test work. --- diff --git a/test/Makefile b/test/Makefile index 3063bcad83..67243ea747 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 diff --git a/util/pl/unix.pl b/util/pl/unix.pl index d6b11944c3..b8a218db73 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -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'));