diff --git a/t/pt-archiver/version_check.t b/t/pt-archiver/version_check.t index bc2c9d12..2da040f3 100644 --- a/t/pt-archiver/version_check.t +++ b/t/pt-archiver/version_check.t @@ -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" ); diff --git a/t/pt-query-digest/version_check.t b/t/pt-query-digest/version_check.t index 0bbafaf6..ab54756c 100644 --- a/t/pt-query-digest/version_check.t +++ b/t/pt-query-digest/version_check.t @@ -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" );