aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/091
diff options
context:
space:
mode:
authorNir Soffer <nirsof@gmail.com>2019-08-27 20:34:32 +0300
committerMax Reitz <mreitz@redhat.com>2019-09-03 14:56:06 +0200
commit755c5fe79d88717600356d3edf04835bba43dcb6 (patch)
treea7e89c082feab36e4aaef3235f482c17fbd59ad5 /tests/qemu-iotests/091
parent2cc4d1c5eab1d7b1fd7112c1fafccaf648b92a86 (diff)
iotests: Unify cache mode quoting
Quoting cache mode is not needed, and most tests use unquoted values. Unify all test to use the same style. Message-id: 20190827173432.7656-1-nsoffer@redhat.com Signed-off-by: Nir Soffer <nsoffer@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/091')
-rwxr-xr-xtests/qemu-iotests/0914
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/091 b/tests/qemu-iotests/091
index d62ef18a02..f4b44659ae 100755
--- a/tests/qemu-iotests/091
+++ b/tests/qemu-iotests/091
@@ -46,8 +46,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
-_default_cache_mode "none"
-_supported_cache_modes "writethrough" "none" "writeback"
+_default_cache_mode none
+_supported_cache_modes writethrough none writeback
size=1G