X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-Restrict-Uppercase.px;h=14fa81f4373296429e0cbc051abd2eaeb60877c2;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=05e5bcde014f4916ec47a04bf81d5ec89051a3ec;hpb=92b2323253a9cc0e5e3491fe1895ef710315aed7;p=wget diff --git a/tests/Test-Restrict-Uppercase.px b/tests/Test-Restrict-Uppercase.px index 05e5bcde..14fa81f4 100755 --- a/tests/Test-Restrict-Uppercase.px +++ b/tests/Test-Restrict-Uppercase.px @@ -32,7 +32,7 @@ my %urls = ( }, ); -my $cmdline = "wget --restrict-file-names=uppercase http://localhost:8080/SomePage.html"; +my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=uppercase http://localhost:{{port}}/SomePage.html"; my $expected_error_code = 0; @@ -49,7 +49,7 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase", cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); -$the_test->run(); +exit $the_test->run(); # vim: et ts=4 sw=4