mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
cputest: Drop .new suffix from CPU test data files
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
5e4fc2ef99
commit
8907204cd8
@ -527,7 +527,7 @@ cpuTestJSONCPUID(const void *arg)
|
||||
char *result = NULL;
|
||||
int ret = -1;
|
||||
|
||||
if (virAsprintf(&json, "%s/cputestdata/%s-cpuid-%s.json.new",
|
||||
if (virAsprintf(&json, "%s/cputestdata/%s-cpuid-%s.json",
|
||||
abs_srcdir, virArchToString(data->arch), data->host) < 0 ||
|
||||
virAsprintf(&result, "cpuid-%s-json", data->host) < 0)
|
||||
goto cleanup;
|
||||
|
Loading…
Reference in New Issue
Block a user