summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regresstest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-28 18:36:51 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-28 18:36:51 +0000
commit9da6efdb9f5a84a4463e1587d5c02b19c9c7a17a (patch)
tree5490ededb80d725185b3490559b7e48ab4365359 /rdiff-backup/testing/regresstest.py
parent0845027e12bcb65389d28bb87e3a2ba5f862a78d (diff)
downloadrdiff-backup-9da6efdb9f5a84a4463e1587d5c02b19c9c7a17a.tar.gz
Mostly another unreadable regress fix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@463 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/regresstest.py')
-rw-r--r--rdiff-backup/testing/regresstest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/testing/regresstest.py b/rdiff-backup/testing/regresstest.py
index a94f4ae..4920a7e 100644
--- a/rdiff-backup/testing/regresstest.py
+++ b/rdiff-backup/testing/regresstest.py
@@ -132,8 +132,8 @@ class RegressTest(unittest.TestCase):
"""Change attributes in directory, so regress will request fp"""
subdir = self.output_rp.append('unreadable_dir')
assert subdir.lstat()
- filerp = subdir.append('to_be_unreadable')
- filerp.chmod(0)
+ rp1_1 = subdir.append('to_be_unreadable')
+ rp1_1.chmod(0)
subdir.chmod(0)