Skip to content

Commit f8cbbad

Browse files
vireshkmetan-ucw
authored andcommitted
syscalls/utimensat: Migrate to new test framework
This gets rid of the test script and updates the utimensat01.c file to handle most of the tests covered earlier (apart from testing the same for files owned by root, as the test is run as root right now). Signed-off-by: Viresh Kumar <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent f58b56e commit f8cbbad

File tree

4 files changed

+216
-765
lines changed

4 files changed

+216
-765
lines changed

runtest/syscalls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ utime06 utime06
16071607
utimes01 utimes01
16081608

16091609
# Introduced from Kernel 2.6.22 onwards
1610-
utimensat01 utimensat_tests.sh
1610+
utimensat01 utimensat01
16111611

16121612
vfork01 vfork01
16131613
vfork02 vfork02

testcases/kernel/syscalls/utimensat/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ top_srcdir ?= ../../../..
55

66
include $(top_srcdir)/include/mk/testcases.mk
77

8-
vpath %.c $(srcdir):$(top_srcdir)/lib
9-
10-
INSTALL_TARGETS := utimensat_tests.sh
11-
128
include $(top_srcdir)/include/mk/generic_leaf_target.mk

0 commit comments

Comments
 (0)