diff mbox

generic/45[34]: fix the xfs_scrub probe test

Message ID 20170927010419.GL5020@magnolia (mailing list archive)
State New, archived
Headers show

Commit Message

Darrick J. Wong Sept. 27, 2017, 1:04 a.m. UTC
We changed the name of the xfs_scrub verb from 'test' to 'probe', so
fix xfstests to follow.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 tests/generic/453 |    2 +-
 tests/generic/454 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/generic/453 b/tests/generic/453
index d8fb1bd..ff29736 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 385e6de..01279ee 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