mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
networkxml2xmltest: Complete renaming of @actual
In 97a0aa2467
the @actual variable was renamed to @confactual.
However, the commit missed non-Linux case resulting in a broken
build.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
7e5a40fd0f
commit
8589ecc69f
@ -58,7 +58,7 @@ testCompareXMLToConfFiles(const char *inxml, const char *outconf,
|
||||
"except-interface=lo\n")))
|
||||
goto fail;
|
||||
VIR_FREE(confactual);
|
||||
actual = g_steal_pointer(&tmp);
|
||||
confactual = g_steal_pointer(&tmp);
|
||||
#endif
|
||||
|
||||
if (virTestCompareToFile(confactual, outconf) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user