From: Xiao Yang Date: Tue, 7 Feb 2017 09:58:19 +0000 (+0800) Subject: common/fuzzy: discard xfs_io stdout in _scratch_fuzz_modify X-Git-Tag: v2022.05.01~2179 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7e4f7a370ca41469843a76735c928b4a52f8b3b5;p=users%2Fhch%2Fxfstests-dev.git common/fuzzy: discard xfs_io stdout in _scratch_fuzz_modify xfs/083 fails because _scratch_fuzz_modify redirects xfs_io stdout to $ROUND2_LOG. _scratch_fuzz_modify function has been modified by commit 7a7463d362cd3 ("populate: fix some silly errors when modifying a fs while fuzzing"). Signed-off-by: Xiao Yang Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/common/fuzzy b/common/fuzzy index 75b23e10d..304268e4a 100644 --- a/common/fuzzy +++ b/common/fuzzy @@ -39,7 +39,7 @@ _scratch_fuzz_modify() { echo "+++ create files" mkdir -p "${SCRATCH_MNT}/test.moo" - $XFS_IO_PROG -f -c 'pwrite -S 0x80 0 65536' "${SCRATCH_MNT}/test.moo/urk" + $XFS_IO_PROG -f -c 'pwrite -S 0x80 0 65536' "${SCRATCH_MNT}/test.moo/urk" > /dev/null sync echo "+++ remove files"