]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/174
qemu-iotests: Test qcow2 preallocation modes
[mirror_qemu.git] / tests / qemu-iotests / 174
index 552879db3227743e0679a53c9caef6f9714c7ed3..0a952a73fd8f7df9a0cf5ad2e553140baba9fbd7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test that qemu-io fail with non-zero exit code
 #
@@ -24,7 +24,6 @@ owner=nirsof@gmail.com
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
 status=1       # failure is the default!
 
 _cleanup()