mbox series

[0/2] generic/050 fixes

Message ID 20191105131922.24848-1-jack@suse.cz (mailing list archive)
Headers show
Series generic/050 fixes | expand

Message

Jan Kara Nov. 5, 2019, 1:19 p.m. UTC
Hello,

test generic/050 generates false failures on filesystems without journal
(e.g. ext4 in nojournal mode). The test actually makes some sense in
these cases to test behavior with read-only devices so I've decided to
fix the test by providing alternate output for such filesystems. Also
XFS with quota was already special-cased in the test and was faking the
output so the second patch transitions that to alternate output file as
well.

								Honza