Message ID | 1486461499-4975-1-git-send-email-yangx.jy@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/common/fuzzy b/common/fuzzy index 75b23e1..304268e 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"
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 <yangx.jy@cn.fujitsu.com> --- common/fuzzy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)