X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-E-k.px;h=4581ed71c65af49456b00c80215d8d7bee24d8f4;hp=86e2dcf62524986e142626d6e34ea99be989378d;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hpb=227d03c80379c269eaf7ee57da711f22d13b33b8 diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px old mode 100644 new mode 100755 index 86e2dcf6..4581ed71 --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -13,7 +13,7 @@ my $mainpage = <Main Page Title - Secondary Page + Secondary Page EOF @@ -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:{{port}}/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