"-k" should be passed to _require_xfs_io_command() as a separate parameter. Signed-off-by: Eryu Guan <eguan@xxxxxxxxxx> --- Hi Filipe, This is a merge error, I did correct updates to _require_xfs_io_command() and generic/071 but forgot generic/422. Sorry again for the whole mess :-( (Not sure why my release testing didn't catch this merge error, I guess it had something to do with post-release-testing modifications to the stage tree when I dropped statx tests) tests/generic/422 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/422 b/tests/generic/422 index cae76a9..a42a30d 100755 --- a/tests/generic/422 +++ b/tests/generic/422 @@ -48,7 +48,7 @@ _supported_fs generic _supported_os Linux _require_test _require_scratch -_require_xfs_io_command "falloc -k" +_require_xfs_io_command "falloc" "-k" _require_odirect rm -f $seqres.full -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html