mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename virtTestCompareToFile to virTestCompareToFile.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
401bb813bd
commit
239caffb1d
@@ -21,7 +21,7 @@ testCompareXMLToXMLFiles(const char *inxml, const char *outxml)
|
||||
if (!(actual = virSecretDefFormat(secret)))
|
||||
goto fail;
|
||||
|
||||
if (virtTestCompareToFile(actual, outxml) < 0)
|
||||
if (virTestCompareToFile(actual, outxml) < 0)
|
||||
goto fail;
|
||||
|
||||
ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user