X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-noop.px;h=1e0d1871678b5a8827df4bbdd124b41c8b379b04;hb=30385d6c5dfc341fdce111392dbc55e5cdb9202a;hp=e45c8af375377da0715691b7b944aa8b4b10ce52;hpb=caae3b70f46bd519857b595f7f06ea0179551336;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;