X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-E-k-K.px;h=4a2cf6148e8f3e618bb2347a7d08eb7f06c1a154;hp=71d51ea15808505b808f521baf5689adaa5cec82;hb=30391ad9b479dfb0538c85c86976ab7fa24bacc2;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 71d51ea1..4a2cf614 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-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 . " -d -r -nd -E -k -K http://localhost:8080/index.php"; +my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K http://localhost:{{port}}/index.php"; my $expected_error_code = 0;