projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0018c03
)
block: qemu-iotests, add quotes to $TEST_IMG.base usage in 017
author
Jeff Cody
<jcody@redhat.com>
Thu, 31 Oct 2013 15:57:38 +0000
(11:57 -0400)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Thu, 7 Nov 2013 12:53:31 +0000
(13:53 +0100)
$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>
tests/qemu-iotests/017
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/017
b/tests/qemu-iotests/017
index 45f2c0b0556c3ce9fdf2b2b1576a3617e67d69fd..aba3faf7120eae517db5b62e791d66058269b2e6 100755
(executable)
--- 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