[Box Backup-commit] COMMIT r1996 - box/chris/general/test/backupstorefix

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Dec 14 23:38:33 GMT 2007


Author: chris
Date: 2007-12-14 23:38:29 +0000 (Fri, 14 Dec 2007)
New Revision: 1996

Modified:
   box/chris/general/test/backupstorefix/testbackupstorefix.cpp
Log:
Compile fix.


Modified: box/chris/general/test/backupstorefix/testbackupstorefix.cpp
===================================================================
--- box/chris/general/test/backupstorefix/testbackupstorefix.cpp	2007-12-13 00:21:38 UTC (rev 1995)
+++ box/chris/general/test/backupstorefix/testbackupstorefix.cpp	2007-12-14 23:38:29 UTC (rev 1996)
@@ -310,7 +310,7 @@
 		TEST_THAT_ABORTONFAIL(::system(PERL_EXECUTABLE 
 			" testfiles/testbackupstorefix.pl init") == 0);
 
-		std::string cmd = BBACKUPD + " " + bbackupd_args +
+		std::string cmd = BBACKUPD " " + bbackupd_args +
 			" testfiles/bbackupd.conf";
 		int bbackupd_pid = LaunchServer(cmd, "testfiles/bbackupd.pid");
 		TEST_THAT(bbackupd_pid != -1 && bbackupd_pid != 0);




More information about the Boxbackup-commit mailing list