X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N.px;h=610698751ced01378cb12eddce0a8c391dd6e31c;hb=829f83bf5bce33e856971b55a8e00c3560da7b4b;hp=d70171db7ef3b4f3ff35e76d4729a09dc04f2181;hpb=78aefb3bbf3afb0a3677419370ee197db389bfb7;p=wget diff --git a/tests/Test-N.px b/tests/Test-N.px old mode 100644 new mode 100755 index d70171db..61069875 --- 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:8080/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