Re: [PATCH] generic/683: _require_chmod
Zorro Lang <[email protected]>
| Newsgroups | org.kernel.vger.fstests |
|---|---|
| Message-ID | <aocNwfDmKV4DB9M5@zlang-mailbox> |
On Wed, Aug 19, 2026 at 03:32:01PM -0500, Eric Sandeen wrote: > generic/683 uses chmod but does not _require_chmod, so filesystems > like exfat fail. > > Signed-off-by: Eric Sandeen <[email protected]> > --- Hi Eric, So great to see you ! This patch makes sense to me. Actually, g/683 belongs to the same group/patchset of SUID test cases as g/684 through g/688, and all of them use chmod. If we need to add _require_chmod to g/683, I would suggest adding it to all of them. Thanks, Zorro > > diff --git a/tests/generic/683 b/tests/generic/683 > index 883905da..226d2758 100755 > --- a/tests/generic/683 > +++ b/tests/generic/683 > @@ -24,6 +24,7 @@ _cleanup() > # Modify as appropriate. > _require_user > _require_test > +_require_chmod > verb=falloc > _require_xfs_io_command $verb > _require_congruent_file_oplen $TEST_DIR 65536 >