summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-25 06:35:00 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-25 06:35:00 +0000
commitc90d1f2f1c8444a160dda474fa29eadb7dcbd7d2 (patch)
tree02697fff60d5c73dce5ca54fcbd76ddda63d1420
parentc1251cdd510402ff24572e187f089c5b87cb7e98 (diff)
downloadrdiff-backup-c90d1f2f1c8444a160dda474fa29eadb7dcbd7d2.tar.gz
Added remote backup of /proc test
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@175 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/testing/finaltest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index e0589e7..31c57b8 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -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):