1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed, functionality added to runtests.pl

This commit is contained in:
Daniel Stenberg 2003-10-29 09:12:09 +00:00
parent 25613503cb
commit 757a7d0851

View File

@ -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;