]> sjero.net Git - wget/blobdiff - tests/Test-Restrict-Uppercase.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-Restrict-Uppercase.px
index cefa172232bcecd4eb06a589f736c57edcd583cf..1175fbd27972e9633646b416f9fab2ab701a3ce6 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 . " --restrict-file-names=uppercase http://localhost:8080/SomePage.html";
+my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=uppercase http://localhost:{{port}}/SomePage.html";
 
 my $expected_error_code = 0;