aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-29 09:13:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-29 09:13:36 +0000
commitec59aa259f705e05e460e24bbe09ed2a0c38495a (patch)
tree32bf6c6da9499a6d8fc09c77ad2a5ff3a72c3b98 /tests/runtests.pl
parentffc6d062d806d7f8bb879f0f6173310948b3a6d5 (diff)
stunnel.pm is removed
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 70688247f..49931f29c 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -11,7 +11,6 @@ use strict;
@INC=(@INC, $ENV{'srcdir'}, ".");
-require "stunnel.pm"; # stunnel functions
require "getpart.pm"; # array functions
my $srcdir = $ENV{'srcdir'} || '.';