public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph/002: fix test expected output
@ 2022-05-20  9:47 Luís Henriques
  2022-05-20 12:37 ` Zorro Lang
  0 siblings, 1 reply; 5+ messages in thread
From: Luís Henriques @ 2022-05-20  9:47 UTC (permalink / raw)
  To: fstests; +Cc: ceph-devel, Zorro Lang, Luís Henriques

Commit daa0c0146c7d ("fstests: replace hexdump with od command") broke
ceph/002 by adding an extra '0' in the offset column.  Fix it.

Signed-off-by: Luís Henriques <lhenriques@suse.de>
---
 tests/ceph/002.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ceph/002.out b/tests/ceph/002.out
index f7f1c0ba8487..4f766c257a9c 100644
--- a/tests/ceph/002.out
+++ b/tests/ceph/002.out
@@ -5,4 +5,4 @@ QA output created by 002
 *
 800000 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63  >cccccccccccccccc<
 *
-c000000
+c00000

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

end of thread, other threads:[~2022-06-07 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20  9:47 [PATCH] ceph/002: fix test expected output Luís Henriques
2022-05-20 12:37 ` Zorro Lang
2022-05-22  9:56   ` Zorro Lang
2022-05-23  8:10     ` Luís Henriques
2022-06-07 14:30     ` Luís Henriques

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox