]> sjero.net Git - wget/blobdiff - tests/Test-noop.px
Automated merge.
[wget] / tests / Test-noop.px
index 296e845a42de4d00051226a17e20a8e00b808199..14bd851c0a79a21e0ee76c7f0640305db4bee295 100755 (executable)
@@ -33,7 +33,7 @@ my %urls = (
     },
 );
 
-my $cmdline = "wget http://localhost:8080/";
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/";
 
 my $expected_error_code = 0;
 
@@ -50,7 +50,7 @@ my $the_test = HTTPTest->new (name => "Test-noop",
                               cmdline => $cmdline, 
                               errcode => $expected_error_code, 
                               output => \%expected_downloaded_files);
-$the_test->run();
+exit $the_test->run();
 
 # vim: et ts=4 sw=4