check: add ext4 group list when testing ext2 and ext3
authorTheodore Ts'o <tytso@mit.edu>
Fri, 28 Jun 2019 22:59:07 +0000 (18:59 -0400)
committerEryu Guan <guaneryu@gmail.com>
Fri, 5 Jul 2019 07:30:48 +0000 (15:30 +0800)
commit43df23e1b553abcd8aafcd52de677c81968bedb5
tree1f56abb90cff56b1f2507d2fd086f95dcdf703b7
parentf736b1c257cad3b68324fca8ee3e2527168cd85a
check: add ext4 group list when testing ext2 and ext3

Modern kernels use the ext4 implementation to support ext2 and ext3
mounts, and a number of the ext4 tests are actually suitable for
ext2 and ext3.  We're trying to move tests out of shared anyway, so
instead of moving tests from ext4/NNN to shared, let's just include
the ext4 group list when FSTYP is ext2 or ext3.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
check