summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/039
diff options
context:
space:
mode:
authorJeff Cody <jcody@redhat.com>2013-10-31 11:57:40 -0400
committerStefan Hajnoczi <stefanha@redhat.com>2013-11-07 13:53:31 +0100
commitf897e3939cbbcec26e99415a499654ae7ae09b64 (patch)
treea6844b6c3124ba4c39b4562089189f7503f51079 /tests/qemu-iotests/039
parent3cbe3e8d25529ecb4e1838d1c6856e199b3a66d4 (diff)
downloadqemu-f897e3939cbbcec26e99415a499654ae7ae09b64.tar.gz
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 <jcody@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/039')
-rwxr-xr-xtests/qemu-iotests/0392
1 files changed, 1 insertions, 1 deletions
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