X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-E-k.px;h=40d6b6dcb3e3681b31e33b22e5b29d011ed12661;hb=30391ad9b479dfb0538c85c86976ab7fa24bacc2;hp=3bf441df6d070fbd8c61d82526c52a241879f2c8;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b;p=wget diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px index 3bf441df..40d6b6dc 100755 --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -13,7 +14,7 @@ my $mainpage = <Main Page Title - Secondary Page + Secondary Page EOF @@ -60,7 +61,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k http://localhost:8080/index.php"; +my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k http://localhost:{{port}}/index.php"; my $expected_error_code = 0;