Message ID | 20170410031828.2110-1-eguan@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
"-k" should be passed to _require_xfs_io_command() as a separate parameter. Signed-off-by: Eryu Guan <eguan@redhat.com> --- 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(-)