Commit 7811a2c5 authored by ben's avatar ben

Added remote backup of /proc test


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@175 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 7b13dc71
......@@ -206,6 +206,12 @@ class Final(PathSetter):
"testfiles/output")
assert CompareRecursive(Local.vftrp, Local.rpout, exclude_rbdir = None)
def testProcRemote(self):
"""Test mirroring proc"""
self.set_connections(None, None, "test2/tmp/", "../../")
self.exec_rb(None, '../../../../../../proc', 'testfiles/procoutput')
class FinalSelection(PathSetter):
"""Test selection options"""
def testSelLocal(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment