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:
Kevin Wolf 2009-07-16 19:08:22 +02:00
parent 4bacf0576f
commit 2557d8655d
4 changed files with 1181 additions and 0 deletions

View file

@ -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()