From c114000c9712c603ee0a3454afa480e100f9f734 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 26 Sep 2017 18:04:19 -0700 Subject: [PATCH] generic/45[34]: fix the xfs_scrub probe test We changed the name of the xfs_scrub verb from 'test' to 'probe', so fix xfstests to follow. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/453 | 2 +- tests/generic/454 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/generic/453 b/tests/generic/453 index d8fb1bd4..ff297361 100755 --- a/tests/generic/453 +++ b/tests/generic/453 @@ -148,7 +148,7 @@ check_xfs_scrub() { fi # Does the ioctl work? - if $XFS_IO_PROG -x -c "scrub test 0" $SCRATCH_MNT 2>&1 | \ + if $XFS_IO_PROG -x -c "scrub probe 0" $SCRATCH_MNT 2>&1 | \ grep -q "Inappropriate ioctl"; then return 1 fi diff --git a/tests/generic/454 b/tests/generic/454 index 385e6de9..01279ee8 100755 --- a/tests/generic/454 +++ b/tests/generic/454 @@ -144,7 +144,7 @@ check_xfs_scrub() { fi # Does the ioctl work? - if $XFS_IO_PROG -x -c "scrub test 0" $SCRATCH_MNT 2>&1 | \ + if $XFS_IO_PROG -x -c "scrub probe 0" $SCRATCH_MNT 2>&1 | \ grep -q "Inappropriate ioctl"; then return 1 fi -- 2.39.5