diff options
Diffstat (limited to 'tests/qemu-iotests/024')
-rwxr-xr-x | tests/qemu-iotests/024 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/024 b/tests/qemu-iotests/024 index 48680ca048..ff6e9842c9 100755 --- a/tests/qemu-iotests/024 +++ b/tests/qemu-iotests/024 @@ -41,8 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter . ./common.pattern -# Currently only qcow2 supports rebasing -_supported_fmt qcow2 +# Currently only qcow2 and qed support rebasing +_supported_fmt qcow2 qed _supported_os Linux CLUSTER_SIZE=65536 |