X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-N-HTTP-Content-Disposition.px;h=32f877105fbbcfdb15f51b0038a01c27a5d89285;hp=8c5e4181ef7abd344d952a9e0dfee2256f84f329;hb=d3007f1b3a5d033babe40bc4c56a899eb3b10bfa;hpb=6e3d978b8bca9b9b3408590e9733d5c93cf90f6d diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index 8c5e4181..32f87710 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:{{port}}/dummy.txt"; my $expected_error_code = 0;