aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/015
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/015')
-rwxr-xr-xtests/qemu-iotests/0152
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/015 b/tests/qemu-iotests/015
index a8add14a73..b5f04e1a13 100755
--- a/tests/qemu-iotests/015
+++ b/tests/qemu-iotests/015
@@ -41,7 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# currently only qcow2 allows for consistency checks using qemu-img
+# actually any format that supports snapshots
_supported_fmt qcow2
_supported_os Linux