diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-04-07 19:27:16 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-04-07 19:27:16 +0000 |
commit | ec005de6c842aad6955d3f802d9f046a9443b99c (patch) | |
tree | 67b966111db335a3c8016c305389273e6bd9a9da /rdiff-backup/testing | |
parent | 5a8298c0c2c2569c3f3c508d1a0df4bca71ddf8a (diff) | |
download | rdiff-backup-ec005de6c842aad6955d3f802d9f046a9443b99c.tar.gz |
Final changes for 0.13.6
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@580 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing')
-rw-r--r-- | rdiff-backup/testing/finaltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py index ad787de..f499583 100644 --- a/rdiff-backup/testing/finaltest.py +++ b/rdiff-backup/testing/finaltest.py @@ -47,7 +47,7 @@ class PathSetter(unittest.TestCase): def reset_schema(self): self.rb_schema = (SourceDir + - "/../rdiff-backup -v9 --no-compare-inode " + "/../rdiff-backup -v3 --no-compare-inode " "--remote-schema './chdir-wrapper2 %s' ") def refresh(self, *rp_list): |