]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/104
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 104
index f32752bb6f44a628905681a61408e09663717416..c70f28a9a1c1d4cec33ca016b44b0b3d4fd69626 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test image creation with aligned and unaligned sizes
 #
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 trap "exit \$status" 0 1 2 3 15
@@ -34,9 +32,8 @@ trap "exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt generic
+_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
 _supported_proto generic
-_supported_os Linux
 
 echo "=== Check qemu-img info output ==="
 echo
This page took 0.023723 seconds and 4 git commands to generate.