From 7bac64cc78ddf0c6e190c58929d899078b56c429 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 5 Oct 2022 15:30:44 -0700 Subject: [PATCH] xfs/114: fix missing reflink requires This test both requires cp --reflink and the scratch filesystem to support reflink. Add the missing _requires calls. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/xfs/114 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xfs/114 b/tests/xfs/114 index 3aec814a..858dc399 100755 --- a/tests/xfs/114 +++ b/tests/xfs/114 @@ -18,6 +18,8 @@ _begin_fstest auto quick clone rmap collapse insert # real QA test starts here _supported_fs xfs _require_test_program "punch-alternating" +_require_cp_reflink +_require_scratch_reflink _require_xfs_scratch_rmapbt _require_xfs_io_command "falloc" _require_xfs_io_command "fcollapse" -- 2.39.5