From 9ea92c210675b0d2b0ff3ccd2f7a360d1f6c5129 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Sat, 25 Oct 2014 17:05:37 +0200 Subject: [PATCH] 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 --- tests/qemu-iotests/107 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107 index cad1cf98a0..9862030469 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 -- 2.11.4.GIT