aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/120
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/120')
-rwxr-xr-xtests/qemu-iotests/12010
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/qemu-iotests/120 b/tests/qemu-iotests/120
index f40b97d099..ac7bd8c4e3 100755
--- a/tests/qemu-iotests/120
+++ b/tests/qemu-iotests/120
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
#
# Non-NBD test cases for overriding BDRV_O_PROTOCOL by explicitly
# specifying a driver
@@ -20,12 +21,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()
@@ -39,9 +39,9 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
_supported_fmt generic
-_supported_proto file
-_supported_os Linux
+_supported_proto file fuse
_unsupported_fmt luks
+_require_drivers raw
_make_test_img 64M