Added a forgotten word in two tests' expected output

This commit is contained in:
Brian Fraser
2012-09-24 17:12:53 -03:00
parent 5594f2e64c
commit bc23efc3ac
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ my $t = time - $t0;
like(
$output,
qr/Error.+?(?:GET http:\/\/x\.percona\.com.+?HTTP status 5\d+|Failed to get any program versions; should have at least gotten Perl)/,
qr/Error.+?(?:GET on http:\/\/x\.percona\.com.+?HTTP status 5\d+|Failed to get any program versions; should have at least gotten Perl)/,
"The Percona server didn't respond"
);

View File

@@ -74,7 +74,7 @@ my $t = time - $t0;
like(
$output,
qr/Error.+?(?:GET http:\/\/x\.percona\.com.+?HTTP status 5\d+|Failed to get any program versions; should have at least gotten Perl)/,
qr/Error.+?(?:GET on http:\/\/x\.percona\.com.+?HTTP status 5\d+|Failed to get any program versions; should have at least gotten Perl)/,
"The Percona server didn't respond"
);