From f5cd3db541cd1fa71bec1c07a9aecc3e0e058096 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 2 Apr 2013 06:04:58 +0100 Subject: [PATCH] Make session ID test work. --- test/Makefile | 2 +- util/pl/unix.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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')); -- 2.34.1