X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-no-info.px;h=9dec6eda7d24eced6376cb765f38e6902d60995e;hb=1fe5ddb7feb233de8b312c24a2b3a482316026aa;hp=bd83f644dbd3218a961892fa24bceda9b39095ef;hpb=b4077ab56ae658a9a067deeafeb8c540cf947721;p=wget diff --git a/tests/Test-N-no-info.px b/tests/Test-N-no-info.px index bd83f644..9dec6eda 100755 --- a/tests/Test-N-no-info.px +++ b/tests/Test-N-no-info.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -32,7 +33,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:8080/somefile.txt"; +my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt"; my $expected_error_code = 0;