X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-noop.px;h=e45c8af375377da0715691b7b944aa8b4b10ce52;hb=0273ca4988992ec12f0aa399466da5bbe2bebbe9;hp=296e845a42de4d00051226a17e20a8e00b808199;hpb=227d03c80379c269eaf7ee57da711f22d13b33b8;p=wget diff --git a/tests/Test-noop.px b/tests/Test-noop.px old mode 100644 new mode 100755 index 296e845a..e45c8af3 --- a/tests/Test-noop.px +++ b/tests/Test-noop.px @@ -33,7 +33,7 @@ my %urls = ( }, ); -my $cmdline = "wget http://localhost:8080/"; +my $cmdline = $WgetTest::WGETPATH . " http://localhost:8080/"; my $expected_error_code = 0; @@ -50,7 +50,7 @@ my $the_test = HTTPTest->new (name => "Test-noop", cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4