File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1618,11 +1618,11 @@ def test_info(self):
16181618 assert 'Archive name: test\n ' in info_archive
16191619
16201620 def test_info_and_create_stats (self ):
1621- # "This archive" deduplicated size shall match for borg info and borg create --stats.
1622- # "All archives" deduplicated size shall match for borg info and borg create --stats.
1623- # But , even if there is only 1 archive in the repo, the deduplicated size stats for
1624- # "All archives" does not match "This archive" due to metadata being accounted for the
1625- # repo ("All archives"), but not for the individual archive ("This archive").
1621+ # "This archive" deduplicated size should match between ` borg info` and ` borg create --stats` .
1622+ # "All archives" deduplicated size should match between ` borg info` and ` borg create --stats` .
1623+ # However , even if there is only one archive in the repo, the deduplicated- size stats for
1624+ # "All archives" do not match those for "This archive" because metadata is accounted for at the
1625+ # repository level ("All archives"), but not for an individual archive ("This archive").
16261626 data = b'Z' * (1024 * 80 )
16271627 self .create_regular_file ('file1' , contents = data )
16281628 self .create_regular_file ('file2' , contents = data )
You can’t perform that action at this time.
0 commit comments