X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-no-info.px;h=9dec6eda7d24eced6376cb765f38e6902d60995e;hb=42d953765b5e9bc82d8af862a0a6fd17d6c5f67e;hp=bd83f644dbd3218a961892fa24bceda9b39095ef;hpb=8fc5241a2d391f2b0b460e6ee2a4cd71aa764d1e;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;