aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/001
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/001')
-rwxr-xr-xtests/qemu-iotests/0017
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/qemu-iotests/001 b/tests/qemu-iotests/001
index ffd14e2ce9..6f980fd34d 100755
--- a/tests/qemu-iotests/001
+++ b/tests/qemu-iotests/001
@@ -1,6 +1,7 @@
-#!/bin/bash
+#!/usr/bin/env bash
+# group: rw auto quick
#
-# Test simple read/write using plain bdrv_read/bdrv_write
+# Test simple read/write using plain bdrv_pread/bdrv_pwrite
#
# Copyright (C) 2009 Red Hat, Inc.
#
@@ -24,7 +25,6 @@ owner=hch@lst.de
seq=`basename $0`
echo "QA output created by $seq"
-here=`pwd`
status=1 # failure is the default!
_cleanup()
@@ -39,7 +39,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto generic
-_supported_os Linux
size=128M