From b3763a195cc167152df1f762b3c3a73f7db7677b Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 23 Apr 2019 17:31:40 +0200 Subject: tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Alex Bennée Acked-by: Christian Borntraeger Message-Id: <20190502084506.8009-6-thuth@redhat.com> Signed-off-by: Thomas Huth --- tests/qemu-iotests/158 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/qemu-iotests/158') diff --git a/tests/qemu-iotests/158 b/tests/qemu-iotests/158 index 8c0928a..ba4db61 100755 --- a/tests/qemu-iotests/158 +++ b/tests/qemu-iotests/158 @@ -39,7 +39,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow qcow2 _supported_proto generic _unsupported_proto vxhs -_supported_os Linux size=128M -- cgit v1.1