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