summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/009
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/009')
-rwxr-xr-xtests/qemu-iotests/0094
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/009 b/tests/qemu-iotests/009
index f7262b5..25368c8 100755
--- a/tests/qemu-iotests/009
+++ b/tests/qemu-iotests/009
@@ -53,10 +53,10 @@ _make_test_img $size
echo
echo "creating pattern"
$QEMU_IO \
- -c "write 2048k 4k -P 65" \
+ -c "write -P 65 2048k 4k" \
-c "write 4k 4k" \
-c "write 9M 4k" \
- -c "read 2044k 8k -P 65 -s 4k -l 4k" \
+ -c "read -P 65 -s 4k -l 4k 2044k 8k" \
$TEST_IMG | _filter_qemu_io
echo
OpenPOWER on IntegriCloud