summaryrefslogtreecommitdiff
path: root/test/suite/test_readonly03.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_readonly03.py')
-rw-r--r--test/suite/test_readonly03.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_readonly03.py b/test/suite/test_readonly03.py
index 981a21d51ac..d9930e8f553 100644
--- a/test/suite/test_readonly03.py
+++ b/test/suite/test_readonly03.py
@@ -68,7 +68,7 @@ class test_readonly03(wttest.WiredTigerTestCase, suite_subprocess):
# Now close and reopen. Note that the connection function
# above will reopen it readonly.
self.reopen_conn()
- msg = '/not supported/'
+ msg = '/Unsupported/'
c = self.session.open_cursor(self.uri, None, None)
for op in self.cursor_ops:
c.set_key(1)