summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/finaltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/finaltest.py')
-rw-r--r--rdiff-backup/testing/finaltest.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index 44a8a2a..7945eb5 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -42,8 +42,9 @@ class PathSetter(unittest.TestCase):
self.reset_schema()
def reset_schema(self):
- self.rb_schema = SourceDir + \
- "/../rdiff-backup -v5 --remote-schema './chdir-wrapper2 %s' "
+ self.rb_schema = (SourceDir +
+ "/../rdiff-backup -v3 --no-compare-inode "
+ "--remote-schema './chdir-wrapper2 %s' ")
def refresh(self, *rp_list):
"""Reread data for the given rps"""
@@ -215,6 +216,12 @@ class Final(PathSetter):
self.set_connections(None, None, "test2/tmp/", "../../")
self.exec_rb(None, '../../../../../../proc', 'testfiles/procoutput')
+ def testProcRemote2(self):
+ """Test mirroring proc, this time when proc is remote, dest local"""
+ Myrm("testfiles/procoutput")
+ self.set_connections("test1/", "../", None, None)
+ self.exec_rb(None, '../../../../../../proc', 'testfiles/procoutput')
+
def testWindowsMode(self):
"""Test backup with the --windows-mode option"""
old_schema = self.rb_schema