Skip to content

Commit

Permalink
block: qemu-iotests, add quotes to $TEST_IMG.base usage in 017
Browse files Browse the repository at this point in the history
$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>
  • Loading branch information
codyprime authored and stefanhaRH committed Nov 7, 2013
1 parent 0018c03 commit 02cde16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qemu-iotests/017
Expand Up @@ -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
Expand Down

0 comments on commit 02cde16

Please sign in to comment.