[Box Backup-commit] COMMIT r1959 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Dec 8 22:03:16 GMT 2007


Author: chris
Date: 2007-12-08 22:03:16 +0000 (Sat, 08 Dec 2007)
New Revision: 1959

Modified:
   box/chris/general/lib/common/Test.h
Log:
Make sync_and_wait() do what it's supposed to, not just force a sync.
(merges [1917])


Modified: box/chris/general/lib/common/Test.h
===================================================================
--- box/chris/general/lib/common/Test.h	2007-12-08 22:02:44 UTC (rev 1958)
+++ box/chris/general/lib/common/Test.h	2007-12-08 22:03:16 UTC (rev 1959)
@@ -393,7 +393,7 @@
 inline void sync_and_wait()
 {
 	TEST_THAT(::system(BBACKUPCTL " -q -c testfiles/bbackupd.conf "
-		"force-sync") == 0);
+		"sync-and-wait") == 0);
 	TestRemoteProcessMemLeaks("bbackupctl.memleaks");
 }
 




More information about the Boxbackup-commit mailing list