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
@@ -39,7 +39,7 @@ testCompareFiles(const char *xml, const char *sexpr)
|
||||
if (!(gotsexpr = xenFormatSxpr(NULL, def)))
|
||||
goto fail;
|
||||
|
||||
if (virtTestCompareToFile(gotsexpr, sexpr) < 0)
|
||||
if (virTestCompareToFile(gotsexpr, sexpr) < 0)
|
||||
goto fail;
|
||||
|
||||
ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user