]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/043
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 043
index fc9005b28feae7f317710f06f4c9d43e06889edc..67cc7e74c2da71cd58ea0eb9107da1628fa90ae0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test that qemu-img info --backing-chain detects infinite loops
 #
@@ -40,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.021481 seconds and 4 git commands to generate.