diff options
| author | Jeff Cody | 2013-10-31 16:57:38 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2013-11-07 13:53:31 +0100 |
| commit | 02cde1688131090d3abb2f210e30a44d96804167 (patch) | |
| tree | be59de717d6384ab79d090d5807f8d821537bce5 /tests | |
| parent | block: qemu-iotests, fix _make_test_img() to work with spaced pathnames (diff) | |
| download | qemu-02cde1688131090d3abb2f210e30a44d96804167.tar.gz qemu-02cde1688131090d3abb2f210e30a44d96804167.tar.xz 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')
| -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 |
