X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-HTTP-Content-Disposition.px;h=42aa39ad8c6f0ac2691b0de0ab9b3288c2df7c52;hb=0273ca4988992ec12f0aa399466da5bbe2bebbe9;hp=8c5e4181ef7abd344d952a9e0dfee2256f84f329;hpb=e7d78dd2a75d0ea21a63ac4968df6079b8018cd5;p=wget diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index 8c5e4181..42aa39ad 100755 --- a/tests/Test-N-HTTP-Content-Disposition.px +++ b/tests/Test-N-HTTP-Content-Disposition.px @@ -25,7 +25,8 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:8080/dummy.txt"; +my $cmdline = $WgetTest::WGETPATH . " -N --content-disposition " + . "http://localhost:8080/dummy.txt"; my $expected_error_code = 0;