On a Monday in 2020, Peter Krempa wrote:
'test4' was testing three distinct operations on separate
instances of a
bitmap. Split it up into 'test4a', 'test4b' and 'test4c' so that
the
'bitmap' variable is not reused.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/virbitmaptest.c | 64 +++++++++++++++++++++++++++++++------------
1 file changed, 46 insertions(+), 18 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano