Re: [systemd-devel] [PATCH] tests: add tests to test-util

2014-06-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 20, 2014 at 12:25:34AM +0200, Ronny Chevalier wrote: > add tests for: > - filename_is_safe > - ascii_strlower > - files_same > - is_valid_documentation_url > - file_in_same_dir > - endswith > - close_nointr > - unlink_noerrno > - readlink_and_make_absolute > - read_o

[systemd-devel] [PATCH] tests: add tests to test-util

2014-06-19 Thread Ronny Chevalier
add tests for: - filename_is_safe - ascii_strlower - files_same - is_valid_documentation_url - file_in_same_dir - endswith - close_nointr - unlink_noerrno - readlink_and_make_absolute - read_one_char - ignore_signals - strshorten --- src/test/test-util.c | 202 +