summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/regressiontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/regressiontest.py')
-rw-r--r--rdiff-backup/testing/regressiontest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/rdiff-backup/testing/regressiontest.py b/rdiff-backup/testing/regressiontest.py
index a0c4a3d..18ec1a3 100644
--- a/rdiff-backup/testing/regressiontest.py
+++ b/rdiff-backup/testing/regressiontest.py
@@ -17,13 +17,6 @@ log.Log.setverbosity(7)
def get_local_rp(extension):
return rpath.RPath(Globals.local_connection, "testfiles/" + extension)
-def re_init_dir(rp):
- """Delete directory if present, then recreate"""
- if rp.lstat():
- Myrm(rp.path)
- rp.setdata()
- rp.mkdir()
-
class Local:
"""This is just a place to put increments relative to the local
connection"""