mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
removed, functionality added to runtests.pl
This commit is contained in:
parent
25613503cb
commit
757a7d0851
@ -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;
|
Loading…
Reference in New Issue
Block a user