From 96ca82d8e5d8017dd0ab87820330a50e3ca113a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lu=C3=ADs=20Henriques?= Date: Fri, 20 May 2022 10:47:09 +0100 Subject: [PATCH] ceph/002: fix test expected output MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- 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 f7f1c0ba..4f766c25 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 -- 2.39.5