summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-10-29 20:58:32 +0000
committerChris Wilson <chris+github@qwirx.com>2008-10-29 20:58:32 +0000
commit4d0fef6917ba37f10cbf95e37ec7542f44313310 (patch)
tree3898d5c014c5f5e4729feaaa59178f53f530021a /test/bbackupd
parent66c1674cd519155febbb878cf09a130d24b39d11 (diff)
Fix test for slight change to logging format.
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 ade50d4b..0f24a2e4 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -1174,7 +1174,7 @@ int test_bbackupd()
{
std::string line;
TEST_THAT(reader.GetLine(line));
- if (line == "Send ListDirectory(0x3,0xffffffff,0xc,true)")
+ if (line == "Send ListDirectory(0x3,0xffff,0xc,true)")
{
found1 = true;
break;