]> sjero.net Git - wget/blobdiff - tests/Test-cookies-401.px
Also remove -d (--debug) from .px tests.
[wget] / tests / Test-cookies-401.px
index ffa9b72b7168eddaf2027f4721430b143593c412..95cc24dcf5ac566842ee9bf740cf3e11776d2534 100755 (executable)
@@ -29,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt"
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt"
     . " http://localhost:{{port}}/two.txt";
 
 my $expected_error_code = 6;