* tests/WgetTests.pm: Add --no-config to wget invocation

Without --no-config, wgetrc commands may disturb the tests.

Reported-by: Dagobert Michelsen
This commit is contained in:
Tim Rühsen 2017-02-09 16:34:27 +01:00
parent d7c34dc0a8
commit 785c4b92dd

View File

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