X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N.px;h=2f139b51a7032f60d55025746bb317c5fde2c4f6;hb=1777835073cad695bce04848aa6f33e9686e7fc1;hp=610698751ced01378cb12eddce0a8c391dd6e31c;hpb=caae3b70f46bd519857b595f7f06ea0179551336;p=wget diff --git a/tests/Test-N.px b/tests/Test-N.px index 61069875..2f139b51 100755 --- a/tests/Test-N.px +++ b/tests/Test-N.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -24,7 +25,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:8080/dummy.txt"; +my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/dummy.txt"; my $expected_error_code = 0;