]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/183
qemu-iotests: Improve portability by searching bash in the $PATH
[qemu.git] / tests / qemu-iotests / 183
index 20268ff7a11e9e426bebf1e791206fc980d21687..93b7bd798ae2a679441b54f7167572fbd88e561a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test old-style block migration (migrate -b)
 #
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
 status=1 # failure is the default!
 
 MIG_SOCKET="${TEST_DIR}/migrate"
@@ -43,7 +42,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 . ./common.qemu
 
-_supported_fmt qcow2 raw qed dmg quorum
+_supported_fmt qcow2 raw qed quorum
 _supported_proto file
 _supported_os Linux
 
This page took 0.025762 seconds and 4 git commands to generate.