diff options
| author | Florian Weimer <fweimer@redhat.com> | 2024-08-22 11:02:51 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2024-09-09 09:51:50 +0200 |
| commit | 43669fcf7315f494bbbc2c040cedeb0fa8416a5f (patch) | |
| tree | 480dc720f9a8402981884881892ab64fe1d75ad5 /io/Makefile | |
| parent | f4ae345810942db891bddf9b482c72b3a120c3b2 (diff) | |
| download | glibc-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/Makefile | 1 |
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 \ |
