From 1d32301394c41d1e30e24de3b23bcf5041bbe516 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 19 Feb 2019 10:32:38 -0800 Subject: [PATCH] xfs/450: require working falloc command This test needs to check for working falloc command before using it. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- tests/xfs/450 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/450 b/tests/xfs/450 index 15b73877..615aded7 100755 --- a/tests/xfs/450 +++ b/tests/xfs/450 @@ -32,6 +32,7 @@ rm -f $seqres.full # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_io_command "falloc" _require_test_program "punch-alternating" _require_xfs_scratch_rmapbt -- 2.39.5