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