X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N.px;h=2e235e08a9d9c5dff55429b8a87392bd964a2fa2;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=d70171db7ef3b4f3ff35e76d4729a09dc04f2181;hpb=f0b4f352bfedd1ac5b639db801445261f19a73ff;p=wget diff --git a/tests/Test-N.px b/tests/Test-N.px index d70171db..2e235e08 100755 --- a/tests/Test-N.px +++ b/tests/Test-N.px @@ -24,7 +24,7 @@ my %urls = ( }, ); -my $cmdline = "wget -N http://localhost:8080/dummy.txt"; +my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/dummy.txt"; my $expected_error_code = 0; @@ -42,7 +42,7 @@ my $the_test = HTTPTest->new (name => "Test-N", cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4