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:
Michal Privoznik 2017-12-05 08:16:48 +01:00
parent 1c57eea362
commit 68e604c059
2 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ testQemuAgentGetFSInfo(const void *data)
if (!test) if (!test)
return -1; return -1;
if (virAsprintf(&domain_filename, "%s/qemuagentdata/qemuagent-fsinfo.xml", if (virAsprintf(&domain_filename, "%s/qemuagentdata/fsinfo.xml",
abs_srcdir) < 0) abs_srcdir) < 0)
goto cleanup; goto cleanup;