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 <[email protected]>: > > 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
signature.asc
Description: This is a digitally signed message part.
