]> sjero.net Git - wget/blobdiff - tests/Test-ftp-bad-list.px
Also remove -d (--debug) from .px tests.
[wget] / tests / Test-ftp-bad-list.px
index b0855fcea06db33eab4512b3b394b3068db1e8a7..21134f88375b84d4e56dd181e9f31c383059e9c8 100755 (executable)
@@ -29,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " -nH -Nc -r ftp://localhost:{{port}}/";
 
 my $expected_error_code = 0;