提交 aa99cab7 编写于 作者: M Michal Privoznik

test: Drop useless prefix for qemuargv2xml test data

There's no reason for the files to have qemuargv2xml- prefix
since they all live under qemuargv2xmldata directory.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 68e604c0
......@@ -130,9 +130,9 @@ testCompareXMLToArgvHelper(const void *data)
char *xml = NULL;
char *args = NULL;
if (virAsprintf(&xml, "%s/qemuargv2xmldata/qemuargv2xml-%s.xml",
if (virAsprintf(&xml, "%s/qemuargv2xmldata/%s.xml",
abs_srcdir, info->name) < 0 ||
virAsprintf(&args, "%s/qemuargv2xmldata/qemuargv2xml-%s.args",
virAsprintf(&args, "%s/qemuargv2xmldata/%s.args",
abs_srcdir, info->name) < 0)
goto cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册