]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/043
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 043
index b316b97c0c87bc27a578ff3ef0c53e5025fd1de5..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()
@@ -42,7 +40,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 # Any format supporting backing files
 _supported_fmt qcow2 qed
 _supported_proto file
-_supported_os Linux
 
 
 size=128M
This page took 0.020736 seconds and 4 git commands to generate.