X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-c-full.px;h=2d10745312ee38bba871e53fc56db3525a93e3b2;hb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10;hp=bb9304b927115460d031549541ddb7bc816b57d5;hpb=caae3b70f46bd519857b595f7f06ea0179551336;p=wget diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px index bb9304b9..2d107453 100755 --- a/tests/Test-c-full.px +++ b/tests/Test-c-full.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -27,7 +28,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:8080/somefile.txt"; +my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt"; my $expected_error_code = 0;