summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/111.out
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2014-10-27 13:30:09 +0100
committerKevin Wolf <kwolf@redhat.com>2014-11-06 12:45:47 +0100
commitc4d01535dcc2c6a573c03a85a9b7502d15f2bb45 (patch)
tree4c1740f0386c9dd20c9597aec094692705e4d68b /tests/qemu-iotests/111.out
parente56934becea70817124be1534f4289ce7d8f6733 (diff)
downloadqemu-c4d01535dcc2c6a573c03a85a9b7502d15f2bb45.zip
iotests: Add test for non-existing backing file
Test the error message when a COW file is about to be created which is supposed to inherit the size of its backing file, while the backing file given does not actually exist. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Peter Lieven <pl@kamp.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/111.out')
-rw-r--r--tests/qemu-iotests/111.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/111.out b/tests/qemu-iotests/111.out
new file mode 100644
index 0000000000..683c01a679
--- /dev/null
+++ b/tests/qemu-iotests/111.out
@@ -0,0 +1,3 @@
+QA output created by 111
+qemu-img: TEST_DIR/t.IMGFMT: Could not open 'TEST_DIR/t.IMGFMT.inexistent': No such file or directory
+*** done