X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-noop.px;h=1e0d1871678b5a8827df4bbdd124b41c8b379b04;hb=42d953765b5e9bc82d8af862a0a6fd17d6c5f67e;hp=e45c8af375377da0715691b7b944aa8b4b10ce52;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b;p=wget diff --git a/tests/Test-noop.px b/tests/Test-noop.px index e45c8af3..1e0d1871 100755 --- a/tests/Test-noop.px +++ b/tests/Test-noop.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -33,7 +34,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " http://localhost:8080/"; +my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/"; my $expected_error_code = 0;