aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/035
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/035')
-rwxr-xr-xtests/qemu-iotests/0352
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/035 b/tests/qemu-iotests/035
index ad6fa3115a..d950a0dd1e 100755
--- a/tests/qemu-iotests/035
+++ b/tests/qemu-iotests/035
@@ -49,7 +49,7 @@ echo "creating image"
_make_test_img $size
generate_requests() {
- for i in $(seq 0 63); do
+ for ((i=0;i<=63;i++)); do
echo "aio_write ${i}M 512"
echo "aio_write ${i}M 512"
echo "aio_write ${i}M 512"