diff options
Diffstat (limited to 'tests/generic')
-rwxr-xr-x | tests/generic/556 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/generic/556 b/tests/generic/556 index 404a3243..cb6249ca 100755 --- a/tests/generic/556 +++ b/tests/generic/556 @@ -494,7 +494,8 @@ _check_dmesg_for \ test_casefold_flag_basic test_casefold_lookup -test_bad_casefold_lookup +# bcachefs only supports strict mode - this may be subject to change: +[[ $FSTYP != bcachefs ]] && test_bad_casefold_lookup test_create_and_remove test_casefold_flag_removal test_casefold_flag_inheritance |