aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/009
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-09 15:26:11 +0200
committerKevin Wolf <kwolf@redhat.com>2012-02-22 16:17:01 +0100
commite76a8e893d2b005cb966bfbfff4bbba8f7cd302d (patch)
tree40c926e0514463785690f614a823abc306a134c6 /tests/qemu-iotests/009
parente021915abd06d10c7a20dfd589407e7c4d6a313f (diff)
qemu-iotests: make a few more tests generic
Pretend that a non-implemented check is always successful and thus allow various tests that were qcow2-specific before to be generic. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/009')
-rwxr-xr-xtests/qemu-iotests/0092
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/009 b/tests/qemu-iotests/009
index 9b2920557..00c16330f 100755
--- a/tests/qemu-iotests/009
+++ b/tests/qemu-iotests/009
@@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt qcow2
+_supported_fmt generic
_supported_os Linux