about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-09 11:51:08 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-09 11:51:08 +0100
commitf6233ab412c3bebebacf65745e775e01506dd58d (patch)
tree953377ff860085247980c856e1f55a56d840fc80 /sysdeps/unix/sysv/linux/Makefile
parent173ec37bb2af6e30892a141d74d42db5957ddd36 (diff)
downloadglibc-f6233ab412c3bebebacf65745e775e01506dd58d.tar.gz
glibc-f6233ab412c3bebebacf65745e775e01506dd58d.tar.xz
glibc-f6233ab412c3bebebacf65745e775e01506dd58d.zip
Linux: Add io/tst-o_path-locks test
The O_PATH-based fchmodat emulation will rely on the fact that closing
an O_PATH descriptor never releases POSIX advisory locks, so this
commit adds a test case for this behavior.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 11c13cfb0d..60dc5cf9e5 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -274,7 +274,7 @@ sysdep_routines += xstatconv internal_statvfs internal_statvfs64 \
 
 sysdep_headers += bits/fcntl-linux.h
 
-tests += tst-fallocate tst-fallocate64
+tests += tst-fallocate tst-fallocate64 tst-o_path-locks
 endif
 
 ifeq ($(subdir),elf)