提交 68e604c0 编写于 作者: M Michal Privoznik

test: Drop useless prefix for qemuagent test data

There's no reason for the files to have qemuagent- prefix
since they all live under qemuagentdata directory.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 1c57eea3
......@@ -180,7 +180,7 @@ testQemuAgentGetFSInfo(const void *data)
if (!test)
return -1;
if (virAsprintf(&domain_filename, "%s/qemuagentdata/qemuagent-fsinfo.xml",
if (virAsprintf(&domain_filename, "%s/qemuagentdata/fsinfo.xml",
abs_srcdir) < 0)
goto cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册