]> sjero.net Git - wget/blobdiff - tests/Test-O.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-O.px
index e584d060f5899881ef5df6c1e48e2d3e2549f87f..552c665438a19f30f26d84081061e30553401046 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -23,7 +24,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:8080/dummy.txt";
+my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;