summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/resourceforktest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-22 10:44:50 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-22 10:44:50 +0000
commitb2b876fdc2544ffa01bb41228f50ede90298f638 (patch)
tree337b96250afd4465a75daf8a1783c5de4c590733 /rdiff-backup/testing/resourceforktest.py
parent3617a1f5be2c8c90d2e3c98a642279c58981c3d7 (diff)
downloadrdiff-backup-b2b876fdc2544ffa01bb41228f50ede90298f638.tar.gz
Final changes for 0.13.0 (small test changes, Fedora spec packaging)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@356 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/resourceforktest.py')
-rw-r--r--rdiff-backup/testing/resourceforktest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdiff-backup/testing/resourceforktest.py b/rdiff-backup/testing/resourceforktest.py
index 453f2b6..4617b28 100644
--- a/rdiff-backup/testing/resourceforktest.py
+++ b/rdiff-backup/testing/resourceforktest.py
@@ -64,6 +64,7 @@ class ResourceForkTest(unittest.TestCase):
rp1_2.touch()
rp1_3.symlink('foo')
rp1_1.write_resource_fork('This should appear in resource fork')
+ rp1_1.chmod(0400) # test for bug changing resource forks after perms
rp1_2.write_resource_fork('Data for the resource fork 2')
@@ -75,6 +76,7 @@ class ResourceForkTest(unittest.TestCase):
rp2_2.touch()
rp2_3.touch()
rp2_1.write_resource_fork('New data for resource fork 1')
+ rp2_1.chmod(0400)
rp2_3.write_resource_fork('New fork')
def testSeriesLocal(self):