From 85ad206679d4b8450ff807e8ab4192a1ffca996c Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 7 May 2018 15:28:12 -0300 Subject: [PATCH] PT-118 Updated test for t/pt-table-checksum/pt-226.t --- t/pt-table-checksum/pt-226.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-table-checksum/pt-226.t b/t/pt-table-checksum/pt-226.t index 09eb0ae0..55c36d83 100644 --- a/t/pt-table-checksum/pt-226.t +++ b/t/pt-table-checksum/pt-226.t @@ -63,7 +63,7 @@ isnt( like( $output, - qr/1\s+100\s+1\s+0\s+.*test.joinit/, + qr/1\s+100\s+0\s+1\s+0\s+.*test.joinit/, "PT-226 table joinit has differences", );