Re: [systemd-devel] [PATCH] tests: add tests for fileio.c

2014-10-31 Thread Tom Gundersen
Applied. Thanks! Tom On Thu, Oct 30, 2014 at 10:34 PM, Ronny Chevalier wrote: > add tests for the following functions: > - write_string_file_no_create > - load_env_file_pairs > --- > src/test/test-fileio.c | 63 > ++ > 1 file changed, 63 insertio

[systemd-devel] [PATCH] tests: add tests for fileio.c

2014-10-30 Thread Ronny Chevalier
add tests for the following functions: - write_string_file_no_create - load_env_file_pairs --- src/test/test-fileio.c | 63 ++ 1 file changed, 63 insertions(+) diff --git a/src/test/test-fileio.c b/src/test/test-fileio.c index 7e7b4ac..a713abd 10064