From: Jeff Cody Date: Thu, 31 Oct 2013 15:57:40 +0000 (-0400) Subject: block: qemu-iotests, removes duplicate double quotes in 039 X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~524^2~3^2~41^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f897e3939cbbcec26e99415a499654ae7ae09b64;p=sdk%2Femulator%2Fqemu.git block: qemu-iotests, removes duplicate double quotes in 039 Test 039 had $TEST_IMG with duplicate double quotes - remove duplicate. Signed-off-by: Jeff Cody Reviewed-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/qemu-iotests/039 b/tests/qemu-iotests/039 index f85b4ce63f..8bade92a80 100755 --- a/tests/qemu-iotests/039 +++ b/tests/qemu-iotests/039 @@ -54,7 +54,7 @@ echo "== Checking that image is clean on shutdown ==" IMGOPTS="compat=1.1,lazy_refcounts=on" _make_test_img $size -$QEMU_IO -c "write -P 0x5a 0 512" ""$TEST_IMG"" | _filter_qemu_io +$QEMU_IO -c "write -P 0x5a 0 512" "$TEST_IMG" | _filter_qemu_io # The dirty bit must not be set ./qcow2.py "$TEST_IMG" dump-header | grep incompatible_features