aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/107
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/107')
-rwxr-xr-xtests/qemu-iotests/1079
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107
index d7222dc1c9..3fabff2791 100755
--- a/tests/qemu-iotests/107
+++ b/tests/qemu-iotests/107
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
#
# Tests updates of the qcow2 L1 table
#
@@ -19,12 +20,11 @@
#
# 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