summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-04-17 11:20:09 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-04-17 11:20:09 -0400
commitecb51e7b20c1ecb22e7d7d6796b611f0fd24a287 (patch)
treeef6904afa528dd0e0ab6b98deb06ed2e84425122 /test
parent13abba89d4e9773cb76d79908ae874cd68ddfa49 (diff)
downloadmongo-ecb51e7b20c1ecb22e7d7d6796b611f0fd24a287.tar.gz
Remove tab characters.
Diffstat (limited to 'test')
-rw-r--r--test/suite/test_backup04.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_backup04.py b/test/suite/test_backup04.py
index 58b63e4a9e0..47e656cf9b1 100644
--- a/test/suite/test_backup04.py
+++ b/test/suite/test_backup04.py
@@ -160,7 +160,7 @@ class test_backup_target(wttest.WiredTigerTestCase, suite_subprocess):
# Truncate (archive) the log files
# Close the backup cursor
updstr="bcdefghi"
- for increment in range(0, 5):
+ for increment in range(0, 5):
full_dir = self.dir + str(increment)
# Add more work to move the logs forward.
self.update(self.uri, self.dsize, updstr[increment], self.nops)