aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/025
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/025')
-rwxr-xr-xtests/qemu-iotests/0259
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025
index 70dd5f10aa..5771ea9200 100755
--- a/tests/qemu-iotests/025
+++ b/tests/qemu-iotests/025
@@ -1,4 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
#
# Resizing images
#
@@ -19,12 +20,11 @@
#
# creator
-owner=stefanha@linux.vnet.ibm.com
+owner=stefanha@redhat.com
seq=`basename $0`
echo "QA output created by $seq"
-here=`pwd`
status=1 # failure is the default!
_cleanup()
@@ -39,8 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.pattern
_supported_fmt raw qcow2 qed luks
-_supported_proto file sheepdog rbd nfs
-_supported_os Linux
+_supported_proto file rbd nfs fuse
echo "=== Creating image"
echo