summaryrefslogtreecommitdiff
path: root/test/suite/test_txn04.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_txn04.py')
-rw-r--r--test/suite/test_txn04.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn04.py b/test/suite/test_txn04.py
index bbd6ce8c4e2..9d9d2db62c6 100644
--- a/test/suite/test_txn04.py
+++ b/test/suite/test_txn04.py
@@ -193,7 +193,7 @@ class test_txn04(wttest.WiredTigerTestCase, suite_subprocess):
self.hot_backup(self.uri, committed)
def test_ops(self):
- with self.expectedStdoutPattern('Recreating metadata'):
+ with self.expectedStdoutPattern('recreating metadata'):
self.ops()
if __name__ == '__main__':