From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1qb-0001iM-8m for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1qX-0006Ib-2B for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1qW-0006IQ-Rl for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:25 -0500 From: Stefan Hajnoczi Date: Tue, 13 Jan 2015 13:48:01 +0000 Message-Id: <1421156896-11599-24-git-send-email-stefanha@redhat.com> In-Reply-To: <1421156896-11599-1-git-send-email-stefanha@redhat.com> References: <1421156896-11599-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v3 23/38] qemu-iotests: Add "_supported_os Linux" to 058 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Fam Zheng , Stefan Hajnoczi From: Fam Zheng 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(+) diff --git a/tests/qemu-iotests/058 b/tests/qemu-iotests/058 index 2d5ca85..a60b34b 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 -- 2.1.0