mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
* tests/WgetTests.pm: Add -d to Wget test options
This commit is contained in:
parent
90b487369a
commit
f31b93424b
@ -13,7 +13,7 @@ use IO::Handle;
|
||||
use POSIX qw(locale_h);
|
||||
use locale;
|
||||
|
||||
our $WGETPATH = '../src/wget --no-config';
|
||||
our $WGETPATH = '../src/wget -d --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