Message ID | 167243837339.694541.16731359558761133108.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: refactor online fsck stress tests | expand |
diff --git a/tests/xfs/422 b/tests/xfs/422 index 0bf08572f3..b3353d2202 100755 --- a/tests/xfs/422 +++ b/tests/xfs/422 @@ -25,11 +25,12 @@ _register_cleanup "_cleanup" BUS # real QA test starts here _supported_fs xfs -_require_xfs_scratch_rmapbt +_require_scratch _require_xfs_stress_online_repair _scratch_mkfs > "$seqres.full" 2>&1 _scratch_mount +_require_xfs_has_feature "$SCRATCH_MNT" rmapbt _scratch_xfs_stress_online_repair # success, all done