summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/bbackupd/testbbackupd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index fd35aee3..34928bfb 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -2083,6 +2083,9 @@ bool test_bbackupd_uploads_files()
// TODO FIXME dedent
{
+ // The files were all unpacked with timestamps in the past,
+ // so no delay should be needed to make them eligible to be
+ // backed up.
bbackupd.RunSyncNow();
TEST_COMPARE(Compare_Same);
}