提交 8907204c 编写于 作者: J Jiri Denemark

cputest: Drop .new suffix from CPU test data files

Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 5e4fc2ef
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册