From 0b6b693c632f52891d305fe9e910230385bc9ae8 Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Mon, 10 Apr 2017 11:02:57 +0800 Subject: [PATCH] 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 --- tests/generic/422 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5