diff options
Diffstat (limited to 'tests/qemu-iotests/204')
-rwxr-xr-x | tests/qemu-iotests/204 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/204 b/tests/qemu-iotests/204 index 57f3afe..30f0653 100755 --- a/tests/qemu-iotests/204 +++ b/tests/qemu-iotests/204 @@ -93,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 |