diff options
author | Jeff Cody <jcody@redhat.com> | 2013-10-31 11:57:38 -0400 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-11-07 13:53:31 +0100 |
commit | 02cde1688131090d3abb2f210e30a44d96804167 (patch) | |
tree | be59de717d6384ab79d090d5807f8d821537bce5 /tests/qemu-iotests/017 | |
parent | 0018c03f5d37f3a7df23eef0e9f1e6e6189ed634 (diff) | |
download | qemu-02cde1688131090d3abb2f210e30a44d96804167.tar.gz qemu-02cde1688131090d3abb2f210e30a44d96804167.tar.bz2 qemu-02cde1688131090d3abb2f210e30a44d96804167.zip |
block: qemu-iotests, add quotes to $TEST_IMG.base usage in 017
$TEST_IMG.base is used unquoted. Add quotes so that pathnames with
spaces are supported.
Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/017')
-rwxr-xr-x | tests/qemu-iotests/017 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/017 b/tests/qemu-iotests/017 index 45f2c0b055..aba3faf712 100755 --- a/tests/qemu-iotests/017 +++ b/tests/qemu-iotests/017 @@ -66,7 +66,7 @@ echo "Creating test image with backing file" echo TEST_IMG=$TEST_IMG_SAVE -_make_test_img -b $TEST_IMG.base 6G +_make_test_img -b "$TEST_IMG.base" 6G echo "Filling test image" echo |