mirror of https://gitee.com/openkylin/libvirt.git
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: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
1c57eea362
commit
68e604c059
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue