X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-current.px;h=0ef472892cdd12b0b75b1c7c649f78f06bf948ff;hb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10;hp=16086ae8a8e62bde6a046bec5dccef05c4bd765a;hpb=0273ca4988992ec12f0aa399466da5bbe2bebbe9;p=wget diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index 16086ae8..0ef47289 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.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 . " -N http://localhost:8080/somefile.txt"; +my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt"; my $expected_error_code = 0;