]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/107
build: Remove --enable-gprof
[mirror_qemu.git] / tests / qemu-iotests / 107
index d7222dc1c9156eeecc1950962f9364161caa26b5..3fabff27916af40497288bab78a22729b1465913 100755 (executable)
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
 #
 # Tests updates of the qcow2 L1 table
 #
 #
 
 # creator
-owner=mreitz@redhat.com
+owner=hreitz@redhat.com
 
 seq="$(basename $0)"
 echo "QA output created by $seq"
 
-here="$PWD"
 status=1       # failure is the default!
 
 _cleanup()
@@ -38,8 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 _supported_fmt qcow2
-_supported_proto file nfs
-_supported_os Linux
+_supported_proto file nfs fuse
 
 
 IMG_SIZE=64K