]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/043
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 043
index d7f12319b34c1553fd476905fa1638b32194132c..67cc7e74c2da71cd58ea0eb9107da1628fa90ae0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test that qemu-img info --backing-chain detects infinite loops
 #
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()
@@ -41,8 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # Any format supporting backing files
 _supported_fmt qcow2 qed
-_supported_proto generic
-_supported_os Linux
+_supported_proto file
 
 
 size=128M
This page took 0.024236 seconds and 4 git commands to generate.