diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-29 09:13:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-29 09:13:36 +0000 |
commit | ec59aa259f705e05e460e24bbe09ed2a0c38495a (patch) | |
tree | 32bf6c6da9499a6d8fc09c77ad2a5ff3a72c3b98 | |
parent | ffc6d062d806d7f8bb879f0f6173310948b3a6d5 (diff) |
stunnel.pm is removed
-rwxr-xr-x | tests/runtests.pl | 1 |
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'} || '.'; |