summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-11-09 19:36:53 +0000
committerChris Wilson <chris+github@qwirx.com>2007-11-09 19:36:53 +0000
commit79d15e6bf2b7c05c487b452a2f8e5e30f3505317 (patch)
tree4c093620bafbd37df04f3827055704a8ead72a6b /test
parentd600677970e67289e547c4966ba2621c674e0712 (diff)
Another compile fix for [1931]
Diffstat (limited to 'test')
-rw-r--r--test/backupstorefix/testbackupstorefix.cpp2
1 files changed, 1 insertions, 1 deletions
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);