@@ -80,8 +80,8 @@ echo "+ mount image"
_scratch_mount
echo "+ copy more"
-$XFS_IO_PROG -f -c "pwrite -S 0x63 0 $((blksz * 64))" -c "fsync" ${SCRATCH_MNT}/file4 >> $seqres.full
-test -s ${SCRATCH_MNT}/file4 || _fail "should not be able to copy with busted rmap btree"
+$XFS_IO_PROG -f -c "pwrite -S 0x63 0 $((blksz * 64))" -c "fsync" ${SCRATCH_MNT}/file4 >> $seqres.full 2>&1
+test -s ${SCRATCH_MNT}/file4 && _fail "should not be able to copy with busted rmap btree"
umount ${SCRATCH_MNT}
echo "+ repair fs"
@@ -6,7 +6,6 @@ QA output created by 235
+ corrupt image
+ mount image
+ copy more
-fsync: Structure needs cleaning
+ repair fs
+ mount image (2)
+ chattr -R -i
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- tests/xfs/235 | 4 ++-- tests/xfs/235.out | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html