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:
Michal Privoznik 2020-04-23 12:28:43 +02:00
parent 7e5a40fd0f
commit 8589ecc69f

View File

@ -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)