mbox series

[v2,0/2] Refactor getegid testing suite

Message ID 20230908141414.28359-1-andrea.cervesato@suse.de
Headers show
Series Refactor getegid testing suite | expand

Message

Andrea Cervesato Sept. 8, 2023, 2:14 p.m. UTC
From: Andrea Cervesato <andrea.cervesato@suse.com>

The getegid testing suite has been refactored using new LTP API, optimising the
code by adding some other checks.

Andrea Cervesato (2):
  Refactor getegid01 using new LTP API
  Refactor getegid02 using new LTP API

 testcases/kernel/syscalls/getegid/getegid01.c | 95 ++++---------------
 testcases/kernel/syscalls/getegid/getegid02.c | 93 ++++--------------
 2 files changed, 41 insertions(+), 147 deletions(-)

Comments

Richard Palethorpe Oct. 17, 2023, 8:24 a.m. UTC | #1
Hello,

Pushed! Thanks!

Andrea Cervesato <andrea.cervesato@suse.de> writes:

> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> The getegid testing suite has been refactored using new LTP API, optimising the
> code by adding some other checks.
>
> Andrea Cervesato (2):
>   Refactor getegid01 using new LTP API
>   Refactor getegid02 using new LTP API
>
>  testcases/kernel/syscalls/getegid/getegid01.c | 95 ++++---------------
>  testcases/kernel/syscalls/getegid/getegid02.c | 93 ++++--------------
>  2 files changed, 41 insertions(+), 147 deletions(-)
>
> -- 
> 2.35.3