]> sjero.net Git - wget/blobdiff - tests/Test-N-HTTP-Content-Disposition.px
Removing --spider--no-content... tests.
[wget] / tests / Test-N-HTTP-Content-Disposition.px
index 8c5e4181ef7abd344d952a9e0dfee2256f84f329..42aa39ad8c6f0ac2691b0de0ab9b3288c2df7c52 100755 (executable)
@@ -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;