From: Dave Chinner Date: Tue, 3 Sep 2013 00:14:53 +0000 (+0000) Subject: xfstests: generic/204 should call _check_scratch_fs X-Git-Tag: v2022.05.01~3371 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f33d180335f13407df92c0dd642974a808d6b87f;p=users%2Fhch%2Fxfstests-dev.git xfstests: generic/204 should call _check_scratch_fs Because if it corrupts the filesystem it currently goes undetected. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Rich Johnston --- diff --git a/tests/generic/204 b/tests/generic/204 index 62bd24846..98cb176de 100755 --- a/tests/generic/204 +++ b/tests/generic/204 @@ -52,6 +52,8 @@ for i in `seq 1 22500`; do echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX > $SCRATCH_MNT/$i done +_check_scratch_fs + # success, all done echo "*** done" rm -f $seqres.full