On Thu, Jul 09, 2020 at 08:36:55AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > This test requires the scratch device, so we need to test for it. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Bill O'Donnell <billodo@xxxxxxxxxx> > --- > tests/xfs/518 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/xfs/518 b/tests/xfs/518 > index 14457978..da39d8dc 100755 > --- a/tests/xfs/518 > +++ b/tests/xfs/518 > @@ -30,6 +30,7 @@ _cleanup() > # real QA test starts here > _supported_fs xfs > _supported_os Linux > +_require_scratch > _require_quota > > rm -f $seqres.full >