Don't need to check for examples directory any more.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 16 Mar 2008 18:31:18 +0000 (18:31 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 16 Mar 2008 18:31:18 +0000 (18:31 +0000)
test/runex.pl

index 4556145df840b023ccd7b0ca81c2d2d920d189cf..25ae879d766a1f65efef97af40d36bdfa047d7b5 100644 (file)
@@ -1,4 +1,4 @@
-# test/cms-examples.pl
+# test/runex.pl
 # Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
 # project.
 #
@@ -132,11 +132,6 @@ while (<IN>) {
 my $secretkey =
   "73:7c:79:1f:25:ea:d0:e0:46:29:25:43:52:f7:dc:62:91:e5:cb:26:91:7a:da:32";
 
-if ( !-d $exdir ) {
-    print STDERR "FATAL ERROR: examples directory missing!!\n";
-    exit 1;
-}
-
 foreach (@test_list) {
     my ( $file, $tlist ) = @$_;
     print "Example file $file:\n";