]> sjero.net Git - wget/blobdiff - tests/Test-E-k-K.px
Catch failures in Test-N-current.px.
[wget] / tests / Test-E-k-K.px
index 854d47ad7e500df6ab4b823f834c4a0008e9ffb8..71d51ea15808505b808f521baf5689adaa5cec82 100755 (executable)
@@ -60,7 +60,7 @@ my %urls = (
     },
 );
 
-my $cmdline = "wget -d -r -nd -E -k -K http://localhost:8080/index.php";
+my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K http://localhost:8080/index.php";
 
 my $expected_error_code = 0;
 
@@ -83,7 +83,7 @@ my $the_test = HTTPTest->new (name => "Test-E-k-K",
                               cmdline => $cmdline, 
                               errcode => $expected_error_code, 
                               output => \%expected_downloaded_files);
-$the_test->run();
+exit $the_test->run();
 
 # vim: et ts=4 sw=4