summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/finaltest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-13 23:57:33 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-13 23:57:33 +0000
commit68f128f2051d52704eb17b4244a9069ae01b25a6 (patch)
tree4d5e3b09bfb8a6283c2b1c47317209f74a0151b5 /rdiff-backup/testing/finaltest.py
parent363e3b267f7bc8d63c50ea7c76560ee3ff5d6960 (diff)
downloadrdiff-backup-68f128f2051d52704eb17b4244a9069ae01b25a6.tar.gz
Final changes for 0.12.4 (Mostly unreadable dir fix)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@433 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/finaltest.py')
-rw-r--r--rdiff-backup/testing/finaltest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index 82d03a7..a20a2f0 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -416,6 +416,7 @@ class FinalCorrupt(PathSetter):
def make_dir(self):
self.delete_tmpdirs()
rp1 = rpath.RPath(Globals.local_connection, 'testfiles/final_deleted1')
+ print rp1
if rp1.lstat(): Myrm(rp1.path)
rp1.mkdir()
rp1_1 = rp1.append('regfile')