aboutsummaryrefslogtreecommitdiff
path: root/io/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-08-22 11:02:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-09-09 09:51:50 +0200
commit43669fcf7315f494bbbc2c040cedeb0fa8416a5f (patch)
tree480dc720f9a8402981884881892ab64fe1d75ad5 /io/Makefile
parentf4ae345810942db891bddf9b482c72b3a120c3b2 (diff)
downloadglibc-43669fcf7315f494bbbc2c040cedeb0fa8416a5f.tar.xz
glibc-43669fcf7315f494bbbc2c040cedeb0fa8416a5f.zip
io: Add FUSE-based test for fchmod
Test all mode arguments, and that extra bits are ignored as required by POSIX. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 321b159f29..a401ec414e 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -189,6 +189,7 @@ tests := \
tst-copy_file_range \
tst-faccessat \
tst-fchmod-errors \
+ tst-fchmod-fuse \
tst-fchmodat \
tst-fchownat \
tst-fcntl \