mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 12:50:13 +08:00
* 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:
parent
d7c34dc0a8
commit
785c4b92dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user