summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-16 18:31:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-16 18:31:18 +0000
commit057039f782f56e5bfb27c440b081f2c21ad80d49 (patch)
treed1b5f158494606a52610b806446ed5f884a35534 /test
parentd7c738a09a845a74ddcee8cc11937b90fb98ebbd (diff)
Don't need to check for examples directory any more.
Diffstat (limited to 'test')
-rw-r--r--test/runex.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/runex.pl b/test/runex.pl
index 4556145df8..25ae879d76 100644
--- a/test/runex.pl
+++ b/test/runex.pl
@@ -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";