]> sjero.net Git - wget/blobdiff - tests/Test--no-content-disposition-trivial.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test--no-content-disposition-trivial.px
index 1d64125a2d5359e31ff80b5a6d2f685afb80d9d5..43eb7bfd7b81aa80f7c0fb249b9db5c295165325 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -32,7 +33,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:8080/dummy.html";
+my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:{{port}}/dummy.html";
 
 my $expected_error_code = 0;