X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-E-k.px;h=3bf441df6d070fbd8c61d82526c52a241879f2c8;hb=829f83bf5bce33e856971b55a8e00c3560da7b4b;hp=86e2dcf62524986e142626d6e34ea99be989378d;hpb=78aefb3bbf3afb0a3677419370ee197db389bfb7;p=wget diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px old mode 100644 new mode 100755 index 86e2dcf6..3bf441df --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -60,7 +60,7 @@ my %urls = ( }, ); -my $cmdline = "wget -r -nd -E -k http://localhost:8080/index.php"; +my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k http://localhost:8080/index.php"; my $expected_error_code = 0; @@ -80,7 +80,7 @@ my $the_test = HTTPTest->new (name => "Test-E-k", cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4