summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/eas_aclstest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-10-13 08:01:36 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-10-13 08:01:36 +0000
commit8ca3cf2a1d13e07988b6b7bc7f8c27fe6d150fb4 (patch)
treeffcaa76fde3e5bbf0d0f989b86d266fdceb62061 /rdiff-backup/testing/eas_aclstest.py
parent5a064062c2fb67661d5221f6b13ba7c74053349a (diff)
downloadrdiff-backup-8ca3cf2a1d13e07988b6b7bc7f8c27fe6d150fb4.tar.gz
Fix bug backing up acl system to no-acl system
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@473 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/eas_aclstest.py')
-rw-r--r--rdiff-backup/testing/eas_aclstest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/testing/eas_aclstest.py b/rdiff-backup/testing/eas_aclstest.py
index 91e9d75..d27abe0 100644
--- a/rdiff-backup/testing/eas_aclstest.py
+++ b/rdiff-backup/testing/eas_aclstest.py
@@ -1,13 +1,14 @@
import unittest, os, time, cStringIO, posix1e, pwd, grp
from commontest import *
from rdiff_backup.eas_acls import *
-from rdiff_backup import Globals, rpath, Time, user_group
+from rdiff_backup import Globals, rpath, Time, user_group, log
user_group.init_user_mapping()
user_group.init_group_mapping()
tempdir = rpath.RPath(Globals.local_connection, "testfiles/output")
restore_dir = rpath.RPath(Globals.local_connection,
"testfiles/restore_out")
+log.Log.setverbosity(7)
class EATest(unittest.TestCase):
"""Test extended attributes"""