summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/roottest.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-11 21:33:34 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-11 21:33:34 +0000
commit73d24ff28e1561fb000edce42965b439bc04f53b (patch)
tree929454750af7ae2a48a80fac592afe12b3b39b25 /rdiff-backup/testing/roottest.py
parentf6e83fa5b76594ab9dff64ee450087883c16b897 (diff)
downloadrdiff-backup-73d24ff28e1561fb000edce42965b439bc04f53b.tar.gz
Various final bug fixes for 0.7.4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@79 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/roottest.py')
-rw-r--r--rdiff-backup/testing/roottest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/roottest.py b/rdiff-backup/testing/roottest.py
index 29ea2be..3f60544 100644
--- a/rdiff-backup/testing/roottest.py
+++ b/rdiff-backup/testing/roottest.py
@@ -13,7 +13,7 @@ Globals.counter = 0
Log.setverbosity(4)
class RootTest(unittest.TestCase):
- dirlist1 = ["testfiles/root", "testfiles/noperms", "testfiles/increment4"]
+ dirlist1 = ["testfiles/root", "testfiles/various_file_types", "testfiles/increment4"]
dirlist2 = ["testfiles/increment4", "testfiles/root",
"testfiles/increment1"]
def testLocal1(self): BackupRestoreSeries(1, 1, self.dirlist1)