Skip to content

Commit 69a7336

Browse files
improve comment
1 parent 2e02327 commit 69a7336

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/borg/testsuite/archiver.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)