]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed, functionality added to runtests.pl
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2003 09:12:09 +0000 (09:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Oct 2003 09:12:09 +0000 (09:12 +0000)
tests/stunnel.pm [deleted file]

diff --git a/tests/stunnel.pm b/tests/stunnel.pm
deleted file mode 100644 (file)
index 991fe1e..0000000
+++ /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;