diff mbox series

[5/9] generic/631: change this test to use the 'whiteout' group

Message ID 163174938478.380880.9077916198891395416.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:43 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

This test isn't really an overlay test; it's a regression test for a bug
that someone found in xfs handling of whiteout files.  Since the
'overlay' group has one member, let's move it to 'whiteout'.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/generic/631 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Amir Goldstein Sept. 16, 2021, 5:53 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>
>
> This test isn't really an overlay test; it's a regression test for a bug
> that someone found in xfs handling of whiteout files.  Since the
> 'overlay' group has one member, let's move it to 'whiteout'.
>
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>

> ---
>  tests/generic/631 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> diff --git a/tests/generic/631 b/tests/generic/631
> index a1acdedb..aae181dd 100755
> --- a/tests/generic/631
> +++ b/tests/generic/631
> @@ -22,7 +22,7 @@
>  # in xfs_rename").
>
>  . ./common/preamble
> -_begin_fstest auto rw overlay rename
> +_begin_fstest auto rw whiteout rename
>
>  # Override the default cleanup function.
>  _cleanup()
>
diff mbox series

Patch

diff --git a/tests/generic/631 b/tests/generic/631
index a1acdedb..aae181dd 100755
--- a/tests/generic/631
+++ b/tests/generic/631
@@ -22,7 +22,7 @@ 
 # in xfs_rename").
 
 . ./common/preamble
-_begin_fstest auto rw overlay rename
+_begin_fstest auto rw whiteout rename
 
 # Override the default cleanup function.
 _cleanup()