diff options
author | Chris Wilson <chris+github@qwirx.com> | 2007-03-22 23:20:57 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2007-03-22 23:20:57 +0000 |
commit | cdf4474b46bd25b126707bf84d1517d6cb4984d8 (patch) | |
tree | c8f56fbb8a9406066e3ecf530a6d548009fd96e4 /test/bbackupd/testbbackupd.cpp | |
parent | faa7f9c501bc1b042bb0f344f8e112a8f67d53b7 (diff) |
Use unique name for compare log (refs #3)
Diffstat (limited to 'test/bbackupd/testbbackupd.cpp')
-rw-r--r-- | test/bbackupd/testbbackupd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp index 80219806..9ac6f94b 100644 --- a/test/bbackupd/testbbackupd.cpp +++ b/test/bbackupd/testbbackupd.cpp @@ -1127,7 +1127,7 @@ int test_bbackupd() printf("Rename an existing file over a deleted file\n"); TEST_THAT(::rename("testfiles/TestDir1/df9834.dsf", "testfiles/TestDir1/x1/dsfdsfs98.fd") == 0); wait_for_backup_operation(); - compareReturnValue = ::system("../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query3s.log \"compare -ac\" quit"); + compareReturnValue = ::system("../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query3w.log \"compare -ac\" quit"); TEST_THAT(compareReturnValue == 1*256); TestRemoteProcessMemLeaks("bbackupquery.memleaks"); |