From: Darrick J. Wong Date: Wed, 5 Oct 2022 22:30:44 +0000 (-0700) Subject: xfs/114: fix missing reflink requires X-Git-Tag: v2022.10.09~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7bac64cc78ddf0c6e190c58929d899078b56c429;p=xfstests-dev.git 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 --- 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"