summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/file_log_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_log_test.cc b/test/file_log_test.cc
index 1cf7a7757..a587b87ef 100644
--- a/test/file_log_test.cc
+++ b/test/file_log_test.cc
@@ -26,5 +26,5 @@ BOOST_AUTO_TEST_CASE (file_log_test)
{
FileLog log ("test/data/short.log");
BOOST_CHECK_EQUAL (log.head_and_tail (1024), "This is a short log.\nWith only two lines.\n");
- BOOST_CHECK_EQUAL (log.head_and_tail (8), "This is \n.\n.\n.\no lines.\n");
+ BOOST_CHECK_EQUAL (log.head_and_tail (8), "This is \n .\n .\n .\no lines.\n");
}