tests/qemu-iotests: Don't use 'seq' in the iotests
commit30edd9fa50e86fbf40c780bf47d7cb214e6f8438
authorThomas Huth <thuth@redhat.com>
Tue, 23 Jul 2019 11:12:01 +0000 (23 13:12 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 23 Jul 2019 14:53:25 +0000 (23 15:53 +0100)
tree9a72cfa4f8ce60a8ab0b42bacaefed0343181430
parent4f01046172770c9a41e82565949b810143f3b39c
tests/qemu-iotests: Don't use 'seq' in the iotests

The 'seq' command is not available by default on OpenBSD, so these
iotests are currently failing there. It could be installed as 'gseq'
from the coreutils package - but since it is using a different name
there and we are running the iotests with the "bash" shell anyway,
let's simply use the built-in double parentheses for the for-loops
instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190723111201.1926-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/qemu-iotests/007
tests/qemu-iotests/011
tests/qemu-iotests/032
tests/qemu-iotests/035
tests/qemu-iotests/037
tests/qemu-iotests/046
tests/qemu-iotests/common.pattern