]> sjero.net Git - wget/blobdiff - tests/Test--spider.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test--spider.px
index f412c762afcd759d61af80fa9185ac98f0330667..6e8ba499691055fb2bb25414d143571efbef72eb 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 . " --spider http://localhost:8080/index.html";
+my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:{{port}}/index.html";
 
 my $expected_error_code = 0;