]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/071
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
[mirror_qemu.git] / tests / qemu-iotests / 071
index 6e467dc1da1aac7fad94ccc7ca05eb1d11678bf4..fab526666b0f0b1268c9e6de0ebc8dbda07dd22c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test case for the QMP blkdebug and blkverify interfaces
 #
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt qcow2
 _supported_proto file
-_supported_os Linux
+_require_drivers blkdebug blkverify
 
 do_run_qemu()
 {