Revision e6439d78 tests/qemu-iotests/common.rc

b/tests/qemu-iotests/common.rc
162 162
_check_test_img()
163 163
{
164 164
    $QEMU_IMG check "$@" -f $IMGFMT $TEST_IMG 2>&1 | \
165
        sed -e "/fragmented$/d" \
165
        sed -e '/allocated.*fragmented.*compressed clusters/d' \
166 166
            -e 's/qemu-img: This image format does not support checks/No errors were found on the image./' \
167 167
            -e '/Image end offset: [0-9]\+/d'
168 168
}

Also available in: Unified diff