mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
qemu-iotests: simple backing file test
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
4bacf0576f
commit
2557d8655d
4 changed files with 1181 additions and 0 deletions
|
@ -71,6 +71,7 @@ _cleanup_test_img()
|
|||
{
|
||||
rm -f $TEST_DIR/t.$IMGFMT
|
||||
rm -f $TEST_DIR/t.$IMGFMT.orig
|
||||
rm -f $TEST_DIR/t.$IMGFMT.base
|
||||
}
|
||||
|
||||
_check_test_img()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue