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()