mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 20:02:21 +00:00
tests: Fix sharable typo
This commit is contained in:
parent
a23fefdf46
commit
048237e3db
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user