diff options
author | Alberto Garcia <berto@igalia.com> | 2018-09-10 12:29:23 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-09-25 15:50:15 +0200 |
commit | 6a7014ef22ad3cf9110ca0e178f73a67a6483e00 (patch) | |
tree | 78097a39f3a098d8562a8738765f83901c859ac8 /tests/qemu-iotests/051.out | |
parent | 8961be33e8ca7e809c603223803ea66ef7ea5be7 (diff) | |
download | qemu-6a7014ef22ad3cf9110ca0e178f73a67a6483e00.zip qemu-6a7014ef22ad3cf9110ca0e178f73a67a6483e00.tar.gz qemu-6a7014ef22ad3cf9110ca0e178f73a67a6483e00.tar.bz2 |
qemu-iotests: Test snapshot=on with nonexistent TMPDIR
We just fixed a bug that was causing a use-after-free when QEMU was
unable to create a temporary snapshot. This is a test case for this
scenario.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/051.out')
-rw-r--r-- | tests/qemu-iotests/051.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out index b727350..793af2a 100644 --- a/tests/qemu-iotests/051.out +++ b/tests/qemu-iotests/051.out @@ -455,4 +455,7 @@ wrote 4096/4096 bytes at offset 0 read 4096/4096 bytes at offset 0 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +Testing: -drive driver=null-co,snapshot=on +QEMU_PROG: -drive driver=null-co,snapshot=on: Could not get temporary filename: No such file or directory + *** done |