All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/473: fix expectation properly in out file
@ 2021-02-23 13:40 Chengguang Xu
  2021-02-24  7:52 ` Su Yue
  2021-02-24 16:50 ` Darrick J. Wong
  0 siblings, 2 replies; 12+ messages in thread
From: Chengguang Xu @ 2021-02-23 13:40 UTC (permalink / raw)
  To: guaneryu; +Cc: fstests, Chengguang Xu

It seems the expected result of testcase of "Hole + Data"
in generic/473 is not correct, so just fix it properly.

Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
---
 tests/generic/473.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/473.out b/tests/generic/473.out
index 75816388..f1ee5805 100644
--- a/tests/generic/473.out
+++ b/tests/generic/473.out
@@ -6,7 +6,7 @@ Data + Hole
 1: [256..287]: hole
 Hole + Data
 0: [0..127]: hole
-1: [128..255]: data
+1: [128..135]: data
 Hole + Data + Hole
 0: [0..127]: hole
 1: [128..255]: data
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-02-25  2:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23 13:40 [PATCH] generic/473: fix expectation properly in out file Chengguang Xu
2021-02-24  7:52 ` Su Yue
2021-02-24  8:10   ` Su Yue
2021-02-24  8:55     ` Chengguang Xu
2021-02-24  8:51   ` Chengguang Xu
2021-02-24  9:16     ` Chengguang Xu
2021-02-24  9:22     ` Su Yue
2021-02-24  9:37       ` Chengguang Xu
2021-02-24 13:31         ` Eryu Guan
2021-02-24 13:48           ` Chengguang Xu
2021-02-24 16:50 ` Darrick J. Wong
2021-02-25  2:16   ` Chengguang Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.