diff options
author | Thomas Huth <thuth@redhat.com> | 2019-04-23 17:31:40 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-21 10:13:58 +0200 |
commit | b3763a195cc167152df1f762b3c3a73f7db7677b (patch) | |
tree | a599e3aaff787420fac0d6c298a03c71badfd040 /tests/qemu-iotests/067 | |
parent | db2b95d56434bb4afcd979fe2f585bfe5acdf206 (diff) | |
download | qemu-b3763a195cc167152df1f762b3c3a73f7db7677b.zip qemu-b3763a195cc167152df1f762b3c3a73f7db7677b.tar.gz qemu-b3763a195cc167152df1f762b3c3a73f7db7677b.tar.bz2 |
tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests
A lot of tests run fine on FreeBSD and macOS, too - the limitation
to Linux here was likely just copied-and-pasted from other tests.
Thus remove the "_supported_os Linux" line from tests that run
successful in our CI pipelines on FreeBSD and macOS.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190502084506.8009-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/067')
-rwxr-xr-x | tests/qemu-iotests/067 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/067 b/tests/qemu-iotests/067 index fda16a6..926c79b 100755 --- a/tests/qemu-iotests/067 +++ b/tests/qemu-iotests/067 @@ -32,7 +32,6 @@ status=1 # failure is the default! _supported_fmt qcow2 _supported_proto file -_supported_os Linux # Because anything other than 16 would change the output of query-block _unsupported_imgopts 'refcount_bits=\([^1]\|.\([^6]\|$\)\)' |