block: qcow: tests: Update combo_write_read for cluster leak fixes

Freed clusters correctly have refcount=0. Remove the assertion that
expected no clusters with zero refcount, as it was validating the
buggy behavior.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski 2025-12-03 14:32:15 +01:00 committed by Rob Bradford
parent efad6578d1
commit f1ffd795e0

View file

@ -2882,8 +2882,6 @@ mod unit_tests {
assert_eq!(orig, read);
}
}
assert_eq!(qcow_file.first_zero_refcount().unwrap(), None);
});
}