summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regressiontest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-25 01:57:12 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-25 01:57:12 +0000
commit2631bcf823c1b6404458478ce76b0be7f1c289e4 (patch)
tree551dbdd23236012bd57303eadd993adca19f91e5 /rdiff-backup/testing/regressiontest.py
parentd4632e3842d0d9bba56704b01e03d636d92cc826 (diff)
downloadrdiff-backup-2631bcf823c1b6404458478ce76b0be7f1c289e4.tar.gz
Tweaks to get around spurious security exception
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@649 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r--rdiff-backup/testing/regressiontest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py
index fd67f59..8799ce8 100644
--- a/rdiff-backup/testing/regressiontest.py
+++ b/rdiff-backup/testing/regressiontest.py
@@ -88,6 +88,7 @@ class PathSetter(unittest.TestCase):
self.dest_prefix, self.dest_conn = \
self.get_prefix_and_conn(dest_path, dest_return)
SetConnections.BackupInitConnections(self.src_conn, self.dest_conn)
+ Globals.restrict_path = "/" # we aren't testing security here
assert not os.system("rm -rf testfiles/output* "
"testfiles/restoretarget* "