summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-09-08 01:55:12 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-09-08 01:55:12 +0000
commit1154afd29f79f38dcc7ab9c61cce880165e1cdb3 (patch)
treeb13dbd0b306fd2cb8c78273b72a66f9b771874c3
parent951d01fd1c1f619db6e2d7d625eb1f99c22c1eff (diff)
downloadrdiff-backup-1154afd29f79f38dcc7ab9c61cce880165e1cdb3.tar.gz
Fix to restore tests required by recent security fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@631 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/testing/commontest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/testing/commontest.py b/rdiff-backup/testing/commontest.py
index 801e3b6..3f3dbe7 100644
--- a/rdiff-backup/testing/commontest.py
+++ b/rdiff-backup/testing/commontest.py
@@ -142,6 +142,7 @@ def InternalRestore(mirror_local, dest_local, mirror_dir, dest_dir, time,
Main.force = 1
Main.restore_root_set = 0
remote_schema = '%s'
+ Globals.security_level = "override"
#_reset_connections()
if not mirror_local:
mirror_dir = "cd test1; python ../server.py ../%s::../%s" % \