Jan Synacek <jsyna...@redhat.com> writes:
> ---
>  src/test/test-execute.c | 2 +-
>  src/test/test-util.c    | 3 ---
>  test/udev-test.pl       | 8 ++++++++
>  3 files changed, 9 insertions(+), 4 deletions(-)
>
> diff --git a/src/test/test-util.c b/src/test/test-util.c
> index 20e711d..c055955 100644
> --- a/src/test/test-util.c
> +++ b/src/test/test-util.c
> @@ -495,7 +495,6 @@ static void test_get_process_comm(void) {
>          pid_t e;
>          uid_t u;
>          gid_t g;
> -        dev_t h;
>          int r;
>          pid_t me;
>  
> @@ -544,8 +543,6 @@ static void test_get_process_comm(void) {
>          assert_se(r >= 0 || r == -EACCES);
>          log_info("self strlen(environ): '%zd'", strlen(env));
>  
> -        assert_se(get_ctty_devnr(1, &h) == -ENOENT);
> -
>          getenv_for_pid(1, "PATH", &i);
>          log_info("pid1 $PATH: '%s'", strna(i));

This part is wrong, sorry about that, I'll send a new patch.

-- 
Jan Synacek
Software Engineer, Red Hat

Attachment: signature.asc
Description: PGP signature

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to