diff options
author | Nir Soffer <nirsof@gmail.com> | 2019-08-27 20:34:32 +0300 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2019-09-03 14:56:06 +0200 |
commit | 755c5fe79d88717600356d3edf04835bba43dcb6 (patch) | |
tree | a7e89c082feab36e4aaef3235f482c17fbd59ad5 /tests/qemu-iotests/052 | |
parent | 2cc4d1c5eab1d7b1fd7112c1fafccaf648b92a86 (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/052')
-rwxr-xr-x | tests/qemu-iotests/052 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/052 b/tests/qemu-iotests/052 index 6e2ecbfe21..45a140910d 100755 --- a/tests/qemu-iotests/052 +++ b/tests/qemu-iotests/052 @@ -40,7 +40,7 @@ _supported_fmt generic _supported_proto file # Don't do O_DIRECT on tmpfs -_supported_cache_modes "writeback" "writethrough" "unsafe" +_supported_cache_modes writeback writethrough unsafe size=128M _make_test_img $size |