mbox series

[v2,0/6] Convert utime tests to new LTP API

Message ID 20220623080215.24186-1-akumar@suse.de
Headers show
Series Convert utime tests to new LTP API | expand

Message

Avinesh Kumar June 23, 2022, 8:02 a.m. UTC
Hi,
Thank you for the feedback on v1 patches, I have made the requested
changes.

Thanks,
Avinesh

Avinesh Kumar (6):
  Rewrite utime01.c using new LTP API
  Rewrite utime02.c using new LTP API
  utime03.c: Remove unnecessary header includes
  Rewrite utime04.c using new LTP API
  Rewrite utime05.c using new LTP API
  Rewrite utime06.c using new LTP API

 testcases/kernel/syscalls/utime/utime01.c | 263 +++++---------------
 testcases/kernel/syscalls/utime/utime02.c | 283 ++++++----------------
 testcases/kernel/syscalls/utime/utime03.c |   2 -
 testcases/kernel/syscalls/utime/utime04.c | 203 +++-------------
 testcases/kernel/syscalls/utime/utime05.c | 213 +++-------------
 testcases/kernel/syscalls/utime/utime06.c | 188 ++++----------
 6 files changed, 243 insertions(+), 909 deletions(-)