]> sjero.net Git - wget/blobdiff - tests/Test-Restrict-Lowercase.px
Automated merge.
[wget] / tests / Test-Restrict-Lowercase.px
index 035b47a8e5cc6f1afa3a8c2b91dfc90862687f87..2b35f1e40037c805f8d1de1a5e46e104b912cf13 100755 (executable)
@@ -32,7 +32,7 @@ my %urls = (
     },
 );
 
-my $cmdline = "wget --restrict-file-names=lowercase http://localhost:8080/SomePage.html";
+my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=lowercase http://localhost:{{port}}/SomePage.html";
 
 my $expected_error_code = 0;
 
@@ -49,7 +49,7 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
                               cmdline => $cmdline, 
                               errcode => $expected_error_code, 
                               output => \%expected_downloaded_files);
-$the_test->run();
+exit $the_test->run();
 
 # vim: et ts=4 sw=4