]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/114: fix missing reflink requires
authorDarrick J. Wong <djwong@kernel.org>
Wed, 5 Oct 2022 22:30:44 +0000 (15:30 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 8 Oct 2022 11:21:24 +0000 (19:21 +0800)
This test both requires cp --reflink and the scratch filesystem to
support reflink.  Add the missing _requires calls.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/114

index 3aec814a5da0d7348a7c9ad182143ea3ce7da38f..858dc3998ed2c365939ab360cc3bdce6eeef0dea 100755 (executable)
@@ -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"