]> git.proxmox.com Git - qemu.git/blobdiff - tests/qemu-iotests/common.rc
qemu-iotests: ignore qemu-img create lazy_refcounts output
[qemu.git] / tests / qemu-iotests / common.rc
index 5e3a524bc86a22d0d188458a0683798e291aae42..cc4e39bbbf65dca1b31523b9884903ddc92d42df 100644 (file)
@@ -113,7 +113,8 @@ _make_test_img()
        sed -e "s# table_size=0##g" | \
        sed -e "s# compat='[^']*'##g" | \
        sed -e "s# compat6=off##g" | \
-       sed -e "s# static=off##g"
+       sed -e "s# static=off##g" | \
+       sed -e "s# lazy_refcounts=off##g"
 }
 
 _cleanup_test_img()