]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/088
qemu-iotests: Improve portability by searching bash in the $PATH
[qemu.git] / tests / qemu-iotests / 088
index c09adf80236aef796c87361303cec6d69766a4a4..b44edd0cf9139ecc85148f5805d31ce32b3ad2d3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # vpc (VHD) format input validation tests
 #
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()
@@ -40,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 _supported_fmt vpc
-_supported_proto generic
+_supported_proto file
 _supported_os Linux
 
 offset_block_size=$((512 + 32))
This page took 0.029363 seconds and 4 git commands to generate.