Currently, xfs_io scrub command doesn't allow the probe function to have any parameter, so we remove the invalid parameter. Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index 9273ff7..dadbed4 100644 --- a/common/rc +++ b/common/rc @@ -2148,7 +2148,7 @@ _require_xfs_io_command() param_checked=1 ;; "scrub"|"repair") - testio=`$XFS_IO_PROG -x -c "$command probe 0" $TEST_DIR 2>&1` + testio=`$XFS_IO_PROG -x -c "$command probe" $TEST_DIR 2>&1` echo $testio | grep -q "Inappropriate ioctl" && \ _notrun "xfs_io $command support is missing" ;; -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html