From: Daniel Stenberg Date: Wed, 29 Oct 2003 09:12:09 +0000 (+0000) Subject: removed, functionality added to runtests.pl X-Git-Tag: curl-7_10_8~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=757a7d085110d09ef24c040927ac3615207ce516;p=thirdparty%2Fcurl.git removed, functionality added to runtests.pl --- diff --git a/tests/stunnel.pm b/tests/stunnel.pm deleted file mode 100644 index 991fe1e1af..0000000000 --- a/tests/stunnel.pm +++ /dev/null @@ -1,11 +0,0 @@ -sub checkstunnel { - my @paths=("/usr/sbin", "/usr/local/sbin", "/sbin", "/usr/bin", - "/usr/local/bin", split(":", $ENV{'PATH'})); - for(@paths) { - if( -x "$_/stunnel") { - return "$_/stunnel"; - } - } -} - -1;