mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
Added a forgotten word in two tests' expected output
This commit is contained in:
@@ -86,7 +86,7 @@ my $t = time - $t0;
|
|||||||
|
|
||||||
like(
|
like(
|
||||||
$output,
|
$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"
|
"The Percona server didn't respond"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -74,7 +74,7 @@ my $t = time - $t0;
|
|||||||
|
|
||||||
like(
|
like(
|
||||||
$output,
|
$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"
|
"The Percona server didn't respond"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user