]> sjero.net Git - wget/blobdiff - tests/Test-N-smaller.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-N-smaller.px
index 9ad44c29c14f4f26951666d9bee3106af7263fb8..e5dceae6a113eb349b8e211d4f9f0beff6449eae 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -34,7 +35,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:8080/somefile.txt";
+my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
 
 my $expected_error_code = 0;