From: Peter Lieven Date: Sat, 25 Oct 2014 15:05:37 +0000 (+0200) Subject: block: qemu-iotest 107 supports NFS X-Git-Tag: v2.2.0-rc0~12^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ea92c210675b0d2b0ff3ccd2f7a360d1f6c5129;p=thirdparty%2Fqemu.git block: qemu-iotest 107 supports NFS As discussed during review a follow up for Max's fix. Signed-off-by: Peter Lieven Reviewed-by: Max Reitz Message-id: 1414249537-29257-1-git-send-email-pl@kamp.de Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107 index cad1cf98a09..9862030469a 100755 --- a/tests/qemu-iotests/107 +++ b/tests/qemu-iotests/107 @@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt qcow2 -_supported_proto file +_supported_proto file nfs _supported_os Linux