summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/incrementtest.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-30 02:02:56 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-30 02:02:56 +0000
commitd49f6dccf43983b317d31aa49b7e9a54aa28bf01 (patch)
tree1986d43b549551e12b60b6c03251061eae7bf433 /rdiff-backup/testing/incrementtest.py
parentef22311017db214255b24f93de2a43d75f9d45cc (diff)
downloadrdiff-backup-d49f6dccf43983b317d31aa49b7e9a54aa28bf01.tar.gz
Changed for 0.7.3 release
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@48 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/incrementtest.py')
-rw-r--r--rdiff-backup/testing/incrementtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/incrementtest.py b/rdiff-backup/testing/incrementtest.py
index 95c6b5b..e53e532 100644
--- a/rdiff-backup/testing/incrementtest.py
+++ b/rdiff-backup/testing/incrementtest.py
@@ -37,7 +37,7 @@ Globals.no_compression_regexp = \
class inctest(unittest.TestCase):
"""Test the incrementRP function"""
def setUp(self):
- pass
+ Globals.set('isbackup_writer',1)
def testreg(self):
"""Test increment of regular files"""