|
|
0a122b |
From 1ee66862e6dac32e76687a8a2c0bdf945c2f87d6 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Jeffrey Cody <jcody@redhat.com>
|
|
|
0a122b |
Date: Wed, 20 Nov 2013 19:43:49 +0100
|
|
|
0a122b |
Subject: [PATCH 06/25] block: qemu-iotests, removes duplicate double quotes in 039
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Jeffrey Cody <jcody@redhat.com>
|
|
|
0a122b |
Message-id: <b0ecbda5c13e38213c7f1faf52bd3788b437affd.1384975172.git.jcody@redhat.com>
|
|
|
0a122b |
Patchwork-id: 55799
|
|
|
0a122b |
O-Subject: [RHEL7 qemu-kvm PATCH 06/26] block: qemu-iotests, removes duplicate double quotes in 039
|
|
|
0a122b |
Bugzilla: 879234
|
|
|
0a122b |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Fam Zheng <famz@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Test 039 had $TEST_IMG with duplicate double quotes - remove duplicate.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Jeff Cody <jcody@redhat.com>
|
|
|
0a122b |
Reviewed-by: Eric Blake <eblake@redhat.com>
|
|
|
0a122b |
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
0a122b |
(cherry picked from commit f897e3939cbbcec26e99415a499654ae7ae09b64)
|
|
|
0a122b |
---
|
|
|
0a122b |
tests/qemu-iotests/039 | 2 +-
|
|
|
0a122b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
tests/qemu-iotests/039 | 2 +-
|
|
|
0a122b |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/tests/qemu-iotests/039 b/tests/qemu-iotests/039
|
|
|
0a122b |
index f85b4ce..8bade92 100755
|
|
|
0a122b |
--- a/tests/qemu-iotests/039
|
|
|
0a122b |
+++ b/tests/qemu-iotests/039
|
|
|
0a122b |
@@ -54,7 +54,7 @@ echo "== Checking that image is clean on shutdown =="
|
|
|
0a122b |
IMGOPTS="compat=1.1,lazy_refcounts=on"
|
|
|
0a122b |
_make_test_img $size
|
|
|
0a122b |
|
|
|
0a122b |
-$QEMU_IO -c "write -P 0x5a 0 512" ""$TEST_IMG"" | _filter_qemu_io
|
|
|
0a122b |
+$QEMU_IO -c "write -P 0x5a 0 512" "$TEST_IMG" | _filter_qemu_io
|
|
|
0a122b |
|
|
|
0a122b |
# The dirty bit must not be set
|
|
|
0a122b |
./qcow2.py "$TEST_IMG" dump-header | grep incompatible_features
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.1
|
|
|
0a122b |
|