generic/623: don't fail on core dumps
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Mar 2021 23:22:39 +0000 (15:22 -0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 7 Mar 2021 16:30:55 +0000 (00:30 +0800)
commit71636cfbaf358931012d94fbaeed53ddfa6cea7d
tree5d565b2bec0397cebd1450e2299b28418d2e724f
parent8fe4fdf8ca22c8194889def2378bf20406af1f13
generic/623: don't fail on core dumps

This test is designed to fail an mmap write and see what happens.
Typically this is a segmentation fault.  If the user's computer is
configured to capture core dumps, this will cause the test to fail, even
though we got the reaction we wanted.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/623