[PATCH v1 xfstests-dev] common/populate: remove wrong check
From: Zhu Yifei <hidden>
Date: 2021-12-03 10:00:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zhu Yifei <hidden>
Date: 2021-12-03 10:00:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
used btree_dir to check dformat, this was a wrong operation Signed-off-by: Zhu Yifei <redacted> --- common/populate | 1 - 1 file changed, 1 deletion(-)
diff --git a/common/populate b/common/populate
index 867776cd..8ad561b4 100644
--- a/common/populate
+++ b/common/populate@@ -605,7 +605,6 @@ _scratch_xfs_populate_check() { __populate_check_xfs_dir "${leafn_dir}" "leafn" __populate_check_xfs_dir "${node_dir}" "node" __populate_check_xfs_dir "${btree_dir}" "btree" - __populate_check_xfs_dformat "${btree_dir}" "btree" __populate_check_xfs_dformat "${bdev}" "dev" __populate_check_xfs_dformat "${cdev}" "dev" __populate_check_xfs_dformat "${fifo}" "dev"
--
2.20.1