summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Test.h')
-rw-r--r--lib/common/Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index d377bce6..e43a518b 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -393,7 +393,7 @@ inline void wait_for_sync_end()
inline void sync_and_wait()
{
TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf "
- "force-sync") == 0);
+ "sync-and-wait") == 0);
TestRemoteProcessMemLeaks("bbackupctl.memleaks");
}