]> sjero.net Git - wget/blobdiff - tests/Test-Restrict-Lowercase.px
Automated merge.
[wget] / tests / Test-Restrict-Lowercase.px
index 98c8ed60845c41caac943341290bc0ae8eab4065..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;
 
@@ -44,12 +44,12 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = HTTPTest->new (name => "Test9",
+my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
                               input => \%urls, 
                               cmdline => $cmdline, 
                               errcode => $expected_error_code, 
                               output => \%expected_downloaded_files);
-$the_test->run();
+exit $the_test->run();
 
 # vim: et ts=4 sw=4