]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/104
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 104
index 2e35ea80df913b2a3b0ffed143f82cf2fe09d218..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
@@ -36,7 +34,6 @@ trap "exit \$status" 0 1 2 3 15
 
 _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.024877 seconds and 4 git commands to generate.