Skip to content

Commit 31a9b3f

Browse files
committed
Fix a suppression that did not work on Windows.
1 parent 8ab806d commit 31a9b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/innodb/t/log_file_name.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ call mtr.add_suppression("InnoDB: Tablespace .* was not found at .*test");
151151
call mtr.add_suppression("InnoDB: Set innodb_force_recovery=1 to ignore this and to permanently lose all changes to the tablespace");
152152
call mtr.add_suppression("InnoDB: Cannot read first page of '.*test.[tu]2.ibd' I/O error");
153153
call mtr.add_suppression("InnoDB: Cannot read first page in datafile: .*test.*ibd");
154-
call mtr.add_suppression("InnoDB: Datafile './test/.*ibd' is corrupted");
154+
call mtr.add_suppression("InnoDB: Datafile '.*test.*ibd' is corrupted");
155155
call mtr.add_suppression("InnoDB: Cannot replay file rename. Remove either file and try again");
156156
call mtr.add_suppression("InnoDB: Cannot rename.*because the target file exists");
157157
call mtr.add_suppression("InnoDB: Found corrupted log");

0 commit comments

Comments
 (0)