Re: [systemd-devel] [PATCH] tests: add tests for strv.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: > - strv_find_startswith > - strv_push_prepend > - strv_consume_prepend > --- > src/test/test-strv.c | 39 +++ > 1 file changed, 39 insertions(+) > > diff --git a/s

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

2014-10-30 Thread Ronny Chevalier
add tests for: - strv_find_startswith - strv_push_prepend - strv_consume_prepend --- src/test/test-strv.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/src/test/test-strv.c b/src/test/test-strv.c index bbfe306..915fa46 100644 --- a/src/test/test-strv.