block: qemu-iotests, add quotes to $TEST_IMG usage in 061
commitdb5dc557288fb1b7a17ffabe3b92f299fc2dc187
authorJeff Cody <jcody@redhat.com>
Thu, 31 Oct 2013 15:57:42 +0000 (31 11:57 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Nov 2013 12:53:31 +0000 (7 13:53 +0100)
tree98037ade456643e9f3bc94416fbb772556cb9165
parent1ab391938d29ebc3956d07b622c987c350434eaf
block: qemu-iotests, add quotes to $TEST_IMG usage in 061

When creating images with backing files in the test, the backing
file argument was not quoted properly.  This caused the test to fail
when run from a pathname with a space.  Pass the backing argument in
with the -b option to _make_test_img, so it can be properly quoted.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qemu-iotests/061