From 3188255e07593b372da500291a58d6a6c530647a Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 29 Mar 2021 09:40:13 +0800 Subject: [PATCH] generic/629: add missing copy_range command check Otherwise, if xfs_io doesn't support this command, it will report that filesystem fails on this testcase. Signed-off-by: Chao Yu Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- tests/generic/629 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/629 b/tests/generic/629 index ad86ab5b..13d433a4 100755 --- a/tests/generic/629 +++ b/tests/generic/629 @@ -36,6 +36,7 @@ _cleanup() _supported_fs generic _require_dm_target error _require_xfs_io_command "chattr" "s" +_require_xfs_io_command "copy_range" _require_scratch rm -f $seqres.full -- 2.39.5