summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_backup03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_backup03.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_backup03.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_backup03.py b/src/third_party/wiredtiger/test/suite/test_backup03.py
index 9ccfd06b748..10bc8fe1215 100644
--- a/src/third_party/wiredtiger/test/suite/test_backup03.py
+++ b/src/third_party/wiredtiger/test/suite/test_backup03.py
@@ -95,8 +95,7 @@ class test_backup_target(wttest.WiredTigerTestCase, suite_subprocess):
# Compare the original and backed-up files using the wt dump command.
def compare(self, uri):
self.runWt(['dump', uri], outfilename='orig')
- # Pass -R flag as we need to run recovery on the backup dir before calling dump.
- self.runWt(['-h', self.dir, '-R', 'dump', uri], outfilename='backup')
+ self.runWt(['-h', self.dir, 'dump', uri], outfilename='backup')
self.assertEqual(True, compare_files(self, 'orig', 'backup'))
# Check that a URI doesn't exist, both the meta-data and the file names.