diff mbox series

[3/9] xfs: fix incorrect fuzz test group name

Message ID 163174937390.380880.10714985927715519622.stgit@magnolia (mailing list archive)
State Superseded
Headers show
Series fstests: document all test groups | expand

Commit Message

Darrick J. Wong Sept. 15, 2021, 11:42 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

The group name for fuzz tests is 'fuzzers'.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
---
 tests/xfs/491 |    2 +-
 tests/xfs/492 |    2 +-
 tests/xfs/493 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Amir Goldstein Sept. 16, 2021, 5:52 a.m. UTC | #1
On Thu, Sep 16, 2021 at 2:43 AM Darrick J. Wong <djwong@kernel.org> wrote:
>
> From: Darrick J. Wong <djwong@kernel.org>
>
> The group name for fuzz tests is 'fuzzers'.
>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>

> ---
>  tests/xfs/491 |    2 +-
>  tests/xfs/492 |    2 +-
>  tests/xfs/493 |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
>
> diff --git a/tests/xfs/491 b/tests/xfs/491
> index 5c7c5d1f..7402b09a 100755
> --- a/tests/xfs/491
> +++ b/tests/xfs/491
> @@ -7,7 +7,7 @@
>  # Test detection & fixing of bad summary block counts at mount time.
>  #
>  . ./common/preamble
> -_begin_fstest auto quick fuzz
> +_begin_fstest auto quick fuzzers
>
>  # Import common functions.
>  . ./common/filter
> diff --git a/tests/xfs/492 b/tests/xfs/492
> index 8258e5d8..514ac1e4 100755
> --- a/tests/xfs/492
> +++ b/tests/xfs/492
> @@ -7,7 +7,7 @@
>  # Test detection & fixing of bad summary inode counts at mount time.
>  #
>  . ./common/preamble
> -_begin_fstest auto quick fuzz
> +_begin_fstest auto quick fuzzers
>
>  # Import common functions.
>  . ./common/filter
> diff --git a/tests/xfs/493 b/tests/xfs/493
> index 58fd9c99..58091ad7 100755
> --- a/tests/xfs/493
> +++ b/tests/xfs/493
> @@ -8,7 +8,7 @@
>  # Corrupt the AGFs to test mount failure when mount-fixing fails.
>  #
>  . ./common/preamble
> -_begin_fstest auto quick fuzz
> +_begin_fstest auto quick fuzzers
>
>  # Import common functions.
>  . ./common/filter
>
diff mbox series

Patch

diff --git a/tests/xfs/491 b/tests/xfs/491
index 5c7c5d1f..7402b09a 100755
--- a/tests/xfs/491
+++ b/tests/xfs/491
@@ -7,7 +7,7 @@ 
 # Test detection & fixing of bad summary block counts at mount time.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter
diff --git a/tests/xfs/492 b/tests/xfs/492
index 8258e5d8..514ac1e4 100755
--- a/tests/xfs/492
+++ b/tests/xfs/492
@@ -7,7 +7,7 @@ 
 # Test detection & fixing of bad summary inode counts at mount time.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter
diff --git a/tests/xfs/493 b/tests/xfs/493
index 58fd9c99..58091ad7 100755
--- a/tests/xfs/493
+++ b/tests/xfs/493
@@ -8,7 +8,7 @@ 
 # Corrupt the AGFs to test mount failure when mount-fixing fails.
 #
 . ./common/preamble
-_begin_fstest auto quick fuzz
+_begin_fstest auto quick fuzzers
 
 # Import common functions.
 . ./common/filter