aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-08-11 10:08:30 +0200
committerEric Blake <eblake@redhat.com>2020-09-02 16:32:14 -0500
commit985d7f150c5d6ca0266c4c2844b54806311e0a40 (patch)
tree4eceb068e73e14f9ac3d469a48a00297b42ede82
parentbeb71c1c02ed05a705f5af3e0395a35cfa7bb02b (diff)
downloadqemu-985d7f150c5d6ca0266c4c2844b54806311e0a40.zip
qemu-985d7f150c5d6ca0266c4c2844b54806311e0a40.tar.gz
qemu-985d7f150c5d6ca0266c4c2844b54806311e0a40.tar.bz2
iotests/259: Fix reference output
The error message has changed recently, breaking the test. Fix it. Fixes: a2b333c01880f56056d50c238834d62e32001e54 ("block: nbd: Fix convert qcow2 compressed to nbd") Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200811080830.289136-1-mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--tests/qemu-iotests/259.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/259.out b/tests/qemu-iotests/259.out
index e27b9ff..1aaadfd 100644
--- a/tests/qemu-iotests/259.out
+++ b/tests/qemu-iotests/259.out
@@ -10,5 +10,5 @@ disk size: unavailable
--- Testing creation for which the node would need to grow ---
Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 preallocation=metadata
-qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Image format driver does not support resize
+qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Cannot grow NBD nodes
*** done