summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-20 20:43:50 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-20 20:43:50 +0000
commit799dad58cef1646126a65e5df343a3d15f412539 (patch)
tree9887d242ed969c1647ade8c2bee27a804f75e32d /rdiff-backup/testing
parent974fd3b1cbc302baa312b741cc06deec4c4e5481 (diff)
downloadrdiff-backup-799dad58cef1646126a65e5df343a3d15f412539.tar.gz
Fix for bug #14799 - autodetect whether destination handles highbit perms
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@640 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing')
-rw-r--r--rdiff-backup/testing/fs_abilitiestest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdiff-backup/testing/fs_abilitiestest.py b/rdiff-backup/testing/fs_abilitiestest.py
index da7198a..1aa3f68 100644
--- a/rdiff-backup/testing/fs_abilitiestest.py
+++ b/rdiff-backup/testing/fs_abilitiestest.py
@@ -20,6 +20,7 @@ class FSAbilitiesTest(unittest.TestCase):
dir_inc_perms = 1
resource_forks = 0
carbonfile = 0
+ high_perms = 1
# Describes MS-Windows style file system
#dir_to_test = "/mnt/fat"
@@ -63,6 +64,7 @@ class FSAbilitiesTest(unittest.TestCase):
assert fsa.dir_inc_perms == self.dir_inc_perms, fsa.dir_inc_perms
assert fsa.resource_forks == self.resource_forks, fsa.resource_forks
assert fsa.carbonfile == self.carbonfile, fsa.carbonfile
+ assert fsa.high_perms == self.high_perms, fsa.high_perms
ctq_rp = new_dir.append("chars_to_quote")
assert ctq_rp.lstat()