From 9c8ab1ae0d7c4a135c832c784f088ae5e2140585 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 4 Jan 2015 09:53:49 +0800 Subject: qemu-iotests: Add "_supported_os Linux" to 058 Other cases have this, and this test is not portable as well, as we want to add "make check-block" to "make check", it shouldn't fail on Mac OS X. Reported-by: Peter Maydell Signed-off-by: Fam Zheng Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/058 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qemu-iotests') diff --git a/tests/qemu-iotests/058 b/tests/qemu-iotests/058 index 2d5ca85dd..a60b34b46 100755 --- a/tests/qemu-iotests/058 +++ b/tests/qemu-iotests/058 @@ -87,6 +87,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file +_supported_os Linux _require_command QEMU_NBD # Use -f raw instead of -f $IMGFMT for the NBD connection -- cgit v1.2.3