diff options
author | Max Reitz <mreitz@redhat.com> | 2017-04-13 18:06:25 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-04-27 15:39:49 +0200 |
commit | 42dc10f17a7f1754d419e715114c37f5c5fde12f (patch) | |
tree | 1132662633f6c144bd67cfed5f1c5e5022e4d73c /tests/qemu-iotests/051 | |
parent | 4a0082401a770261b85625a41eef4a4e89ad7a74 (diff) | |
download | qemu-42dc10f17a7f1754d419e715114c37f5c5fde12f.zip qemu-42dc10f17a7f1754d419e715114c37f5c5fde12f.tar.gz qemu-42dc10f17a7f1754d419e715114c37f5c5fde12f.tar.bz2 |
iotests/051: Add test for empty filename
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/051')
-rwxr-xr-x | tests/qemu-iotests/051 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051 index 7c78a02..26c29de 100755 --- a/tests/qemu-iotests/051 +++ b/tests/qemu-iotests/051 @@ -232,6 +232,7 @@ echo === Leaving out required options === echo run_qemu -drive driver=file +run_qemu -drive driver=file,filename= run_qemu -drive driver=nbd run_qemu -drive driver=raw run_qemu -drive file.driver=file |