From: Eryu Guan Date: Mon, 10 Apr 2017 03:02:57 +0000 (+0800) Subject: generic/422: check fallocate KEEP_SIZE flag correctly X-Git-Tag: v2022.05.01~2095 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b6b693c632f52891d305fe9e910230385bc9ae8;p=xfstests-dev.git generic/422: check fallocate KEEP_SIZE flag correctly This fixes a merge error in last update, "-k" should be passed to _require_xfs_io_command() as a separate parameter. Signed-off-by: Eryu Guan --- diff --git a/tests/generic/422 b/tests/generic/422 index cae76a9d..a42a30da 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