]> sjero.net Git - wget/blobdiff - tests/Test-O-HTTP-Content-Disposition.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-O-HTTP-Content-Disposition.px
index b0a5aa4096abe79786e46a2d523313d932722402..e18880a7ff665994b160484819b66cd217d77c66 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -24,7 +25,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:8080/dummy.txt";
+my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;