]> sjero.net Git - wget/blobdiff - tests/Test--no-content-disposition.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test--no-content-disposition.px
index d5433f0009c3680b3a37b52fa1ee74a1ee716c17..7736a2e523873ac3dbfaa3bf415287f9dd33c163 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -33,7 +34,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;