mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
test: Drop useless prefix for genericxml2xml test data
There's no reason for the files to have generic- prefix since they all live under genericxml2xmlindata and genericxml2xmloutdata directories. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4d82c8fd61
commit
ab7a2fe230
@ -32,9 +32,9 @@ testCompareXMLToXMLHelper(const void *data)
|
||||
char *xml_out = NULL;
|
||||
int ret = -1;
|
||||
|
||||
if (virAsprintf(&xml_in, "%s/genericxml2xmlindata/generic-%s.xml",
|
||||
if (virAsprintf(&xml_in, "%s/genericxml2xmlindata/%s.xml",
|
||||
abs_srcdir, info->name) < 0 ||
|
||||
virAsprintf(&xml_out, "%s/genericxml2xmloutdata/generic-%s.xml",
|
||||
virAsprintf(&xml_out, "%s/genericxml2xmloutdata/%s.xml",
|
||||
abs_srcdir, info->name) < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user