]> sjero.net Git - wget/blobdiff - tests/Test-N-no-info.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-N-no-info.px
index bd83f644dbd3218a961892fa24bceda9b39095ef..9dec6eda7d24eced6376cb765f38e6902d60995e 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 . " -N http://localhost:8080/somefile.txt";
+my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
 
 my $expected_error_code = 0;