Changeset 2107 for box/trunk/test


Ignore:
Timestamp:
13/03/2008 21:40:51 (4 years ago)
Author:
chris
Message:

Fix missing space before bbstored_args in test to make them work
properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/bbackupd/testbbackupd.cpp

    r2100 r2107  
    441441int test_run_bbstored() 
    442442{ 
    443         std::string cmd = BBSTORED + bbstored_args + " testfiles/bbstored.conf"; 
     443        std::string cmd = BBSTORED " " + bbstored_args +  
     444                " testfiles/bbstored.conf"; 
    444445        bbstored_pid = LaunchServer(cmd, "testfiles/bbstored.pid"); 
    445446 
Note: See TracChangeset for help on using the changeset viewer.