summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-22 00:13:40 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-22 00:13:40 +0000
commit80590fb955a3a40e4c52f6558c2cb09e0f84bc57 (patch)
treec9bf1b8bad44d6e57f1211f86eb4f7bf617346e5
parent791f3b1a9d293b385ba5aabff096826a5b59c314 (diff)
downloadrdiff-backup-80590fb955a3a40e4c52f6558c2cb09e0f84bc57.tar.gz
Added test to make sure --change-source-perms not necessary for root
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@99 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/testing/roottest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/roottest.py b/rdiff-backup/testing/roottest.py
index 3f60544..c6d81c6 100644
--- a/rdiff-backup/testing/roottest.py
+++ b/rdiff-backup/testing/roottest.py
@@ -8,7 +8,7 @@ This is mainly a copy of regressiontest.py, but contains the two tests
that are meant to be run as root.
"""
-Globals.set('change_source_perms', 1)
+Globals.set('change_source_perms', None)
Globals.counter = 0
Log.setverbosity(4)