cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Values of CURLOPT_NETRC - patch

From: J. Cone <jcone_at_eservglobal.co.nz>
Date: Wed, 22 May 2002 10:40:14 +1200

Hello Daniel,

I don't have either
   - test 128
or
   - the error

I've hacked the lines that give undefined variable warnings, by adding
defined() tests, and added a
   no strict "refs"
in the block that tests "requires"

I am using "This is perl, v5.6.0 built for 9000/777-hpux"

Please find a patch for runtests.pl only, that includes my changes.

My output from this patch is:

$ ./runtests.pl 126 to 133
********* System characteristics ********
* curl 7.9.5 (hppa2.0w-hp-hpux11.00)
* libcurl 7.9.5
* Host: hp5
* System: HP-UX hp5 B.11.00 A 9000/785 2002388384 two-user license
* Memory debugging: ON
* Netrc debugging: ON
* HTTPS server: OFF
* FTPS server: OFF
* libcurl SSL: OFF
*****************************************
test 126...[FTP download with multiple replies at once in RETR]
  data OK protocol OK memory OK
test 127...[FTP --disable-epsv]
  data OK protocol OK memory OK
test 130...[FTP (optional .netrc; no user/pass) dir list PASV]
  data OK protocol OK memory OK
test 131...[FTP (optional .netrc; user/no pass) dir list PASV]
  data OK protocol OK memory OK
test 132...[FTP (optional .netrc; user/passwd supplied) dir list PASV]
  data OK protocol OK memory OK
test 133...[FTP (compulsory .netrc; ignored user/passwd) dir list PASV]
  data OK protocol OK memory OK
6 tests out of 6 reported OK: 100%
$

but I never had your symptom anyway.

Please tell me if this helps.

Regards,
James.

At 00:15 22/05/2002 +0200, Daniel Stenberg wrote:
>On Tue, 21 May 2002, Daniel Stenberg wrote:
>
> > Can't use string ("netrc_debug") as a SCALAR ref while "strict refs" in use
> > at ./runtests.pl line 452.
> > make[1]: *** [quiet-test] Error 29
>
>If I comment the 'use strict' line that error goes away...
>
>--
> Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
>
>
>_______________________________________________________________
>
>Don't miss the 2002 Sprint PCS Application Developer's Conference
>August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

Received on 2002-05-22