summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-15 21:23:38 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-15 21:23:38 +0000
commit7b0b44a30ce55a12c082f80b8f9c1465e8d3717a (patch)
treee373e8bcd64cf8d61c508bcc521f78525d6108cb /test/bbackupd
parent0b4fae0d39ee4ef1df329cfbc852ef16463c26a0 (diff)
Change test for return code 3 back to 2, until or unless the bbackupquery
compare error (unreadable files) patch is merged. (refs #3)
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 7207680a..51047177 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -718,7 +718,7 @@ int test_bbackupd()
// Wait and test...
wait_for_backup_operation();
compareReturnValue = ::system("../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query3e.log \"compare -ac\" quit");
- TEST_THAT(compareReturnValue == 3*256); // should find differences
+ TEST_THAT(compareReturnValue == 2*256); // should find differences
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
// Check that it was reported correctly
TEST_THAT(TestFileExists("testfiles/notifyran.read-error.1"));