diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-27 06:16:39 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-10-27 06:16:39 +0000 |
commit | d9b68d73175d004caed8c781c97308f7c2e3dccc (patch) | |
tree | 7be1e3b4c7a23324d6d4ef0ed5483b890ee58210 /rdiff-backup/testing | |
parent | 80470345fa1998a033078314f77930a60ea14107 (diff) | |
download | rdiff-backup-d9b68d73175d004caed8c781c97308f7c2e3dccc.tar.gz |
Write SHA1 digests for all regular files
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@662 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing')
-rw-r--r-- | rdiff-backup/testing/hashtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/hashtest.py b/rdiff-backup/testing/hashtest.py index 653dda0..ad993f1 100644 --- a/rdiff-backup/testing/hashtest.py +++ b/rdiff-backup/testing/hashtest.py @@ -90,7 +90,7 @@ class HashTest(unittest.TestCase): hashlist = self.extract_hashs(metadata_rp) assert hashlist == hashlist1, (hashlist1, hashlist) - rdiff_backup(1, 1, in_rp2.path, "testfiles/output", 20000, "-v5") + rdiff_backup(1, 1, in_rp2.path, "testfiles/output", 20000, "-v7") incs = restore.get_inclist(meta_prefix) assert len(incs) == 2 metadata_rp.delete() # easy way to find the other one |