Add a note about being fragile..

This commit is contained in:
Nils O. Selåsdal
2013-11-13 18:07:41 +01:00
parent 6b26812cf3
commit 1d709faf20
+2 -1
View File
@@ -10,7 +10,8 @@
#define FILE_NAME "logfile_test.log" #define FILE_NAME "logfile_test.log"
#define SUBDIR "log_subdir" #define SUBDIR "log_subdir"
#define SUBDIR_FILE_NAME SUBDIR "/" FILE_NAME #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.. //for cleaning the created log files..
static void logging_rm_files(void) static void logging_rm_files(void)
{ {