summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdiff-backup/testing/rpathtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdiff-backup/testing/rpathtest.py b/rdiff-backup/testing/rpathtest.py
index 92e3355..6924892 100644
--- a/rdiff-backup/testing/rpathtest.py
+++ b/rdiff-backup/testing/rpathtest.py
@@ -304,6 +304,8 @@ class FileCopying(RPathTest):
even if they are of different sizes"""
smalldir = RPath(Globals.local_connection, "testfiles/dircomptest/1")
bigdir = RPath(Globals.local_connection, "testfiles/dircomptest/2")
+ # Can guarantee below by adding files to bigdir
+ assert bigdir.getsize() > smalldir.getsize()
assert smalldir == bigdir
def testCopy(self):