diff options
Diffstat (limited to 'tests/qemu-iotests/077')
-rwxr-xr-x | tests/qemu-iotests/077 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077 index a40f319d37..58fe8932b3 100755 --- a/tests/qemu-iotests/077 +++ b/tests/qemu-iotests/077 @@ -48,7 +48,7 @@ _make_test_img $size echo echo "== Some concurrent requests involving RMW ==" -function test_io() +test_io() { echo "open -o driver=$IMGFMT,file.align=4k blkdebug::$TEST_IMG" # A simple RMW request @@ -193,7 +193,7 @@ test_io | $QEMU_IO | _filter_qemu_io | \ echo echo "== Verify image content ==" -function verify_io() +verify_io() { # A simple RMW request echo read -P 0 0 0x200 |