summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regressiontest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-20 06:06:07 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-20 06:06:07 +0000
commit420600f59943b8fd20a3cc6853b1d6e7a1bb2bb1 (patch)
tree720ebd447a5089be8449ef0470c6484912f1edfa /rdiff-backup/testing/regressiontest.py
parent5be6706fff0ebbe54517ce39a9c8efe7fcf8d4b0 (diff)
downloadrdiff-backup-420600f59943b8fd20a3cc6853b1d6e7a1bb2bb1.tar.gz
Fix for bug 14209 (security violation with --restrict)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@625 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r--rdiff-backup/testing/regressiontest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py
index 18ec1a3..427ed83 100644
--- a/rdiff-backup/testing/regressiontest.py
+++ b/rdiff-backup/testing/regressiontest.py
@@ -12,7 +12,9 @@ testfiles
Globals.set('change_source_perms', 1)
Globals.counter = 0
-log.Log.setverbosity(7)
+Globals.security_level = "override"
+log.Log.setverbosity(3)
+
def get_local_rp(extension):
return rpath.RPath(Globals.local_connection, "testfiles/" + extension)