[PATCH 2/3] generic/009: fix _require_xfs_io_command
Eryu Guan
eguan at redhat.com
Wed Apr 16 23:16:53 CDT 2014
_require_xfs_io_falloc "fzero" should be a typo, it requires falloc command.
Use the correct _require_xfs_io_command "fzero".
fiemap is also needed, add that too.
Signed-off-by: Eryu Guan <eguan at redhat.com>
---
tests/generic/009 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/generic/009 b/tests/generic/009
index b7b0b3f..1e487b4 100644
--- a/tests/generic/009
+++ b/tests/generic/009
@@ -44,7 +44,8 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_os Linux
-_require_xfs_io_falloc "fzero"
+_require_xfs_io_fiemap
+_require_xfs_io_command "fzero"
testfile=$TEST_DIR/009.$$
--
1.9.0
More information about the xfs
mailing list