On Mon, Jun 21, 2021 at 12:49:01PM -0400, Theodore Ts'o wrote: > diff --git a/tests/generic/556 b/tests/generic/556 > index 3145188c..7916a08e 100755 > --- a/tests/generic/556 > +++ b/tests/generic/556 > @@ -16,6 +16,7 @@ status=1 # failure is thea default > . ./common/attr > > _supported_fs generic > +_require_encrypted_casefold This isn't an encrypt+casefold test though, but rather just a casefold test. It only becomes an encrypt+casefold test when $MOUNT_OPTIONS includes test_dummy_encryption. I think we shouldn't update the test itself, but rather make _require_scratch_casefold() call _require_encrypted_casefold() if test_dummy_encryption is in $MOUNT_OPTIONS. - Eric