From: Darrick J. Wong Date: Tue, 18 Dec 2018 20:35:50 +0000 (-0800) Subject: xfs/111: fix golden output X-Git-Tag: v2022.05.01~1308 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4ee8c0c855b5d35b5bde714244f65ab363816c36;p=xfstests-dev.git xfs/111: fix golden output In commit f4eee5126, this test was changed to run xfs_fsr to bulkstat its way through the filesystem until it finds the corrupt inode. The golden output was changed to capture xfs_fsr's output, but neglects the fact that when fsr's output is not a tty, all the status and error messages are sent to syslog, not stdout. Therefore, this test consistently fails because it expects output of "$SCRATCH_MNT start inode=0" but this never appears. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/111 b/tests/xfs/111 index 2ef69f07..965eb625 100755 --- a/tests/xfs/111 +++ b/tests/xfs/111 @@ -58,7 +58,7 @@ _try_scratch_mount || _fail "Couldn't mount after itrash" echo Attempting bulkstat #src/bstat -q $SCRATCH_MNT -$XFS_FSR_PROG $SCRATCH_MNT | _filter_scratch +$XFS_FSR_PROG -g $SCRATCH_MNT | _filter_scratch # Fix up intentional corruption so test can pass _scratch_unmount diff --git a/tests/xfs/111.out b/tests/xfs/111.out index fd56c3c8..41fa48f8 100644 --- a/tests/xfs/111.out +++ b/tests/xfs/111.out @@ -10,4 +10,3 @@ Blat inode clusters Starting overwrite Overwrite complete Attempting bulkstat -SCRATCH_MNT start inode=0