From: Eric Sandeen Date: Thu, 13 Mar 2014 04:20:54 +0000 (+1100) Subject: xfs/300: fix golden output X-Git-Tag: v2022.05.01~3209 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3948694eb12e9699f558fab5e8169a8b090780d1;p=users%2Fhch%2Fxfstests-dev.git xfs/300: fix golden output This test was written before a solution was in place, I think, and so the expected output wasn't well tested. The test does a loop of sparse writes from 6 to 0, but the .out file expects 6 (not 7) extents. Fix it. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/xfs/300.out b/tests/xfs/300.out index ac03557f5..29ed77161 100644 --- a/tests/xfs/300.out +++ b/tests/xfs/300.out @@ -1,3 +1,3 @@ QA output created by 300 SCRATCH_MNT/300.test -extents before:6 after:1 DONE SCRATCH_MNT/300.test +extents before:7 after:1 DONE SCRATCH_MNT/300.test