From 79d15e6bf2b7c05c487b452a2f8e5e30f3505317 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 9 Nov 2007 19:36:53 +0000 Subject: Another compile fix for [1931] --- test/backupstorefix/testbackupstorefix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/backupstorefix/testbackupstorefix.cpp') diff --git a/test/backupstorefix/testbackupstorefix.cpp b/test/backupstorefix/testbackupstorefix.cpp index 9e2c5a4e..34565bd5 100644 --- a/test/backupstorefix/testbackupstorefix.cpp +++ b/test/backupstorefix/testbackupstorefix.cpp @@ -310,7 +310,7 @@ int test(int argc, const char *argv[]) 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); -- cgit v1.2.3