diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-25 01:57:12 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-25 01:57:12 +0000 |
commit | 2631bcf823c1b6404458478ce76b0be7f1c289e4 (patch) | |
tree | 551dbdd23236012bd57303eadd993adca19f91e5 /rdiff-backup/testing/regressiontest.py | |
parent | d4632e3842d0d9bba56704b01e03d636d92cc826 (diff) | |
download | rdiff-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.py | 1 |
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* " |