[PATCH] xfstests: fix 300.out

Eric Sandeen sandeen at redhat.com
Fri Feb 21 12:47:45 CST 2014


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 <sandeen at redhat.com>
---

diff --git a/tests/xfs/300.out b/tests/xfs/300.out
index ac03557..29ed771 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



More information about the xfs mailing list