From 1d709faf20c120dbd293f5cb3e417af6f8a7ef09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Wed, 13 Nov 2013 18:07:41 +0100 Subject: [PATCH] Add a note about being fragile.. --- test/test_logging.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_logging.c b/test/test_logging.c index ea42309..1a1d930 100644 --- a/test/test_logging.c +++ b/test/test_logging.c @@ -10,7 +10,8 @@ #define FILE_NAME "logfile_test.log" #define SUBDIR "log_subdir" #define SUBDIR_FILE_NAME SUBDIR "/" FILE_NAME - +//Note that these tests are comewhat fragile as they depend on the +//file sizes that are created, which depends on the (relative)paths of this file. //for cleaning the created log files.. static void logging_rm_files(void) {