diff mbox series

[4/9] btrfs: fix incorrect subvolume test group name

Message ID 163174937934.380880.8949346653026672201.stgit@magnolia (mailing list archive)
State New, archived
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 for testing subvolume functionality is 'subvol', not
'subvolume'.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/btrfs/233 |    2 +-
 tests/btrfs/245 |    2 +-
 2 files changed, 2 insertions(+), 2 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 for testing subvolume functionality is 'subvol', not
> 'subvolume'.
>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>

> ---
>  tests/btrfs/233 |    2 +-
>  tests/btrfs/245 |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
>
> diff --git a/tests/btrfs/233 b/tests/btrfs/233
> index f3e3762c..6a414443 100755
> --- a/tests/btrfs/233
> +++ b/tests/btrfs/233
> @@ -9,7 +9,7 @@
>  # performed.
>  #
>  . ./common/preamble
> -_begin_fstest auto quick subvolume
> +_begin_fstest auto quick subvol
>
>  # Override the default cleanup function.
>  _cleanup()
> diff --git a/tests/btrfs/245 b/tests/btrfs/245
> index 2b9c63c7..f3380ac2 100755
> --- a/tests/btrfs/245
> +++ b/tests/btrfs/245
> @@ -8,7 +8,7 @@
>  # as subvolume and snapshot creation and deletion.
>  #
>  . ./common/preamble
> -_begin_fstest auto quick idmapped subvolume
> +_begin_fstest auto quick idmapped subvol
>
>  # get standard environment, filters and checks
>  . ./common/rc
>
diff mbox series

Patch

diff --git a/tests/btrfs/233 b/tests/btrfs/233
index f3e3762c..6a414443 100755
--- a/tests/btrfs/233
+++ b/tests/btrfs/233
@@ -9,7 +9,7 @@ 
 # performed.
 #
 . ./common/preamble
-_begin_fstest auto quick subvolume
+_begin_fstest auto quick subvol
 
 # Override the default cleanup function.
 _cleanup()
diff --git a/tests/btrfs/245 b/tests/btrfs/245
index 2b9c63c7..f3380ac2 100755
--- a/tests/btrfs/245
+++ b/tests/btrfs/245
@@ -8,7 +8,7 @@ 
 # as subvolume and snapshot creation and deletion.
 #
 . ./common/preamble
-_begin_fstest auto quick idmapped subvolume
+_begin_fstest auto quick idmapped subvol
 
 # get standard environment, filters and checks
 . ./common/rc