From b994c9c17398cc2078354d6d7c6e905323ff8b50 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 26 Mar 2024 19:43:30 -0700 Subject: [PATCH] xfs/176: fix stupid failure Create the $SCRATCH_MNT/urk directory before we fill the filesystem so that its creation won't fail and result in find spraying ENOENT errors all over the golden output. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- tests/xfs/176 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/176 b/tests/xfs/176 index 5231b888..49f7492c 100755 --- a/tests/xfs/176 +++ b/tests/xfs/176 @@ -51,7 +51,7 @@ _scratch_mount _xfs_force_bdev data $SCRATCH_MNT old_dblocks=$($XFS_IO_PROG -c 'statfs' $SCRATCH_MNT | grep geom.datablocks) -mkdir $SCRATCH_MNT/save/ +mkdir $SCRATCH_MNT/save/ $SCRATCH_MNT/urk/ sino=$(stat -c '%i' $SCRATCH_MNT/save) _consume_freesp() -- 2.39.5