On Sat, 24.05.14 12:16, Cristian Rodríguez (crrodrig...@opensuse.org) wrote:

Applied. Thanks!

> ---
>  src/test/test-unit-file.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/src/test/test-unit-file.c b/src/test/test-unit-file.c
> index 63a8a7d..4813342 100644
> --- a/src/test/test-unit-file.c
> +++ b/src/test/test-unit-file.c
> @@ -48,6 +48,12 @@ static int test_unit_file_get_set(void) {
>          assert(h);
>  
>          r = unit_file_get_list(UNIT_FILE_SYSTEM, NULL, h);
> +
> +        if (r == -EPERM || r == -EACCES) {
> +                printf("Skipping test: unit_file_get_list: %s", 
> strerror(-r));
> +                return EXIT_TEST_SKIP;
> +        }
> +
>          log_full(r == 0 ? LOG_INFO : LOG_ERR,
>                   "unit_file_get_list: %s", strerror(-r));
>          if (r < 0)


Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to