summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/fs_abilitiestest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-01-28 06:35:37 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-01-28 06:35:37 +0000
commita41f18f654feaea3dfab6955df177e9956823ea2 (patch)
treec1124ee35dac80dad22f46b20ff252eb6f38cff5 /rdiff-backup/testing/fs_abilitiestest.py
parent16d23ad090f0b3548fd669fa07278266396b3dea (diff)
downloadrdiff-backup-a41f18f654feaea3dfab6955df177e9956823ea2.tar.gz
Couple small changes to fs_abilities
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@507 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/fs_abilitiestest.py')
-rw-r--r--rdiff-backup/testing/fs_abilitiestest.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/rdiff-backup/testing/fs_abilitiestest.py b/rdiff-backup/testing/fs_abilitiestest.py
index cdbe75e..93f17c4 100644
--- a/rdiff-backup/testing/fs_abilitiestest.py
+++ b/rdiff-backup/testing/fs_abilitiestest.py
@@ -11,15 +11,17 @@ class FSAbilitiesTest(unittest.TestCase):
the expected values below.
"""
- # Describes standard linux file system with acls/eas
+ # Describes standard linux file system without acls/eas
dir_to_test = "testfiles"
- eas = acls = 1
+ eas = acls = 0
chars_to_quote = ""
ownership = (os.getuid() == 0)
hardlinks = fsync_dirs = 1
dir_inc_perms = 1
resource_forks = 0
+
+
# Describes MS-Windows style file system
#dir_to_test = "/mnt/fat"
#eas = acls = 0