FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] xfs/008: fix golden output for 512 fsblock size
@ 2025-05-08  7:41 Anthony Iliopoulos
  2025-05-08 15:12 ` Darrick J. Wong
  2025-05-11 14:29 ` Zorro Lang
  0 siblings, 2 replies; 4+ messages in thread
From: Anthony Iliopoulos @ 2025-05-08  7:41 UTC (permalink / raw)
  To: fstests

commit 97989c9839dd ("xfs/008: use block size instead of the pagesize")
changed the test filter, which causes nocrc/512b fsblock configurations
to fail due to mismatch of the golden output. Update it to match the
expected output.

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
---
 tests/xfs/008.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xfs/008.out b/tests/xfs/008.out
index 0941e218c7d0..dc999156dab5 100644
--- a/tests/xfs/008.out
+++ b/tests/xfs/008.out
@@ -8,7 +8,7 @@ randholes.2 : -l FSIZE -c 100 -b BLKSIZE
 ------------------------------------------
 holes is in range
 
-randholes.3 : -l FSIZE -c 100 -b 512
+randholes.3 : -l FSIZE -c 100 -b BLKSIZE
 ------------------------------------------
 holes is in range
 
-- 
2.49.0


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

end of thread, other threads:[~2025-05-11 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-08  7:41 [PATCH] xfs/008: fix golden output for 512 fsblock size Anthony Iliopoulos
2025-05-08 15:12 ` Darrick J. Wong
2025-05-11 14:29 ` Zorro Lang
2025-05-11 19:01   ` Anthony Iliopoulos

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