From 43669fcf7315f494bbbc2c040cedeb0fa8416a5f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 22 Aug 2024 11:02:51 +0200 Subject: 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 --- io/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'io/Makefile') 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 \ -- cgit v1.2.3