[libvirt] [PATCH 1/2] tests: Fix sharable typo

John Ferlan jferlan at redhat.com
Wed Nov 26 18:11:22 UTC 2014


Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 tests/qemuargv2xmltest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemuargv2xmltest.c b/tests/qemuargv2xmltest.c
index 9c00cd9..cf4a6a8 100644
--- a/tests/qemuargv2xmltest.c
+++ b/tests/qemuargv2xmltest.c
@@ -30,7 +30,7 @@ static int blankProblemElements(char *data)
         virtTestClearLineRegex("<currentMemory.*>[[:digit:]]+</currentMemory>",
                                data) < 0 ||
         virtTestClearLineRegex("<readonly/>", data) < 0 ||
-        virtTestClearLineRegex("<sharable/>", data) < 0)
+        virtTestClearLineRegex("<shareable/>", data) < 0)
         return -1;
     return 0;
 }
-- 
1.9.3




More information about the libvir-list mailing list