diff options
Diffstat (limited to 'tests/qemu-iotests/204')
-rwxr-xr-x | tests/qemu-iotests/204 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/204 b/tests/qemu-iotests/204 index feb69d2ada..30f0653ce9 100755 --- a/tests/qemu-iotests/204 +++ b/tests/qemu-iotests/204 @@ -24,7 +24,6 @@ owner=eblake@redhat.com seq=`basename $0` echo "QA output created by $seq" -here=`pwd` status=1 # failure is the default! _cleanup() @@ -94,7 +93,7 @@ $QEMU_IO -c "open -o $options,$limits blkdebug::$TEST_IMG" \ echo echo "== verify image content ==" -function verify_io() +verify_io() { echo read -P 22 0 1000 echo read -P 33 1000 128k |