From 7b0b44a30ce55a12c082f80b8f9c1465e8d3717a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 15 Oct 2006 21:23:38 +0000 Subject: Change test for return code 3 back to 2, until or unless the bbackupquery compare error (unreadable files) patch is merged. (refs #3) --- test/bbackupd/testbbackupd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit v1.2.3