]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/098
qemu-iotests: Improve portability by searching bash in the $PATH
[mirror_qemu.git] / tests / qemu-iotests / 098
index b002e969b322fdcf319f6c7bf5dd08d62e08d02c..461144c831faf549cc5a87c418c02e7a6c65f1a1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test qcow2's bdrv_make_empty for images without internal snapshots
 #
@@ -24,7 +24,6 @@ owner=mreitz@redhat.com
 seq="$(basename $0)"
 echo "QA output created by $seq"
 
-here="$PWD"
 status=1       # failure is the default!
 
 _cleanup()