[svn] Merging fix for b20431: automated testing via "make test".

This commit is contained in:
micah
2007-07-11 23:10:48 -07:00
parent 78aefb3bbf
commit 829f83bf5b
28 changed files with 92 additions and 56 deletions

4
tests/Test-noop.px Normal file → Executable file
View File

@@ -33,7 +33,7 @@ my %urls = (
},
);
my $cmdline = "wget http://localhost:8080/";
my $cmdline = $WgetTest::WGETPATH . " http://localhost:8080/";
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