Make session ID test work.
authorBen Laurie <ben@links.org>
Tue, 2 Apr 2013 05:04:58 +0000 (06:04 +0100)
committerBen Laurie <ben@links.org>
Sat, 6 Apr 2013 14:13:12 +0000 (15:13 +0100)
test/Makefile
util/pl/unix.pl

index 3063bcad83898975274b7f5369bb2750d6106bba..67243ea747afe60d6ce08b58b89600e3532d248e 100644 (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
index d6b11944c386beb2669bf31a31bcc76106d51bf7..b8a218db737b44a82bca97c19336d89e95acee30 100644 (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'));