From: Darrick J. Wong Date: Fri, 17 Sep 2021 00:39:30 +0000 (-0700) Subject: generic/631: change this test to use the 'whiteout' group X-Git-Tag: v2022.05.01~220 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7e769ca8dce9bd2019279999ab7f1c84938fc7b5;p=xfstests-dev.git generic/631: change this test to use the 'whiteout' group 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 Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- 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()