[mq]: cfg-mk

This commit is contained in:
Micah Cowan
2009-09-21 20:39:44 -07:00
parent 73ff253e37
commit 4a08094db8
115 changed files with 595 additions and 555 deletions

View File

@@ -165,9 +165,9 @@ my %expected_downloaded_files = (
###############################################################################
my $the_test = HTTPTest->new (name => "Test-iri-list",
input => \%urls,
cmdline => $cmdline,
errcode => $expected_error_code,
input => \%urls,
cmdline => $cmdline,
errcode => $expected_error_code,
output => \%expected_downloaded_files);
exit $the_test->run();