-#!/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()
# Any format supporting backing files
_supported_fmt qcow2 qed
_supported_proto file
-_supported_os Linux
size=128M