summary refs log tree commit diff stats
path: root/tests/qemu-iotests/066
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/066')
-rwxr-xr-xtests/qemu-iotests/0662
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/066 b/tests/qemu-iotests/066
index cf63144cb9..336d8565dd 100755
--- a/tests/qemu-iotests/066
+++ b/tests/qemu-iotests/066
@@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # This tests qcow2-specific low-level functionality
 _supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
 # We need zero clusters and snapshots
 # (TODO: Consider splitting the snapshot part into a separate test
 #        file, so this one runs with refcount_bits=1 and data_file)