bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget 1.19 released !


From: Tim Rühsen
Subject: Re: [Bug-wget] Wget 1.19 released !
Date: Tue, 07 Feb 2017 16:13:30 +0100
User-agent: KMail/5.2.3 (Linux/4.9.0-1-amd64; KDE/5.28.0; x86_64; ; )

Hi Dago,

On Freitag, 3. Februar 2017 14:27:50 CET Dagobert Michelsen wrote:
> Hi Tim,
> 
> Am 03.02.2017 um 13:38 schrieb Tim Ruehsen <address@hidden>:
> > we are pleased to announce the new version of GNU wget 1.19.
> 
> I just noticed a tiny issue: when there is a system-wide wgetrc which
> reroutes requests a lot of tests fail. This should be deactivated when
> running the testsuite.

The tests in testenv/ are already started with --no-config, so there should be 
no issue (right !?).

Could you apply the following patch and report back ?
If the problem persists, I need more info (e.g. the content of your wgetrc).

diff --git a/tests/WgetTests.pm b/tests/WgetTests.pm
index 181ac631..8b8f7f09 100644
--- a/tests/WgetTests.pm
+++ b/tests/WgetTests.pm
@@ -13,7 +13,7 @@ use IO::Handle;
 use POSIX qw(locale_h);
 use locale;
 
-our $WGETPATH = '../src/wget';
+our $WGETPATH = '../src/wget --no-config';
 our $VALGRIND_SUPP_FILE = Cwd::getcwd();
 if (defined $ENV{'srcdir'}) {
     $VALGRIND_SUPP_FILE = $VALGRIND_SUPP_FILE

Regards, Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]