]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/025
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 025
index 70dd5f10aa27d86364bed353d6601367d0951b41..e05d833452dc250e62d242219e0eb9c662db4127 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Resizing images
 #
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
 status=1       # failure is the default!
 
 _cleanup()
@@ -40,7 +39,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt raw qcow2 qed luks
 _supported_proto file sheepdog rbd nfs
-_supported_os Linux
 
 echo "=== Creating image"
 echo
This page took 0.025713 seconds and 4 git commands to generate.