mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Fix typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
cb50dc0ecb
commit
1452317b5c
@ -2094,7 +2094,7 @@ mymain(void)
|
|||||||
DO_TEST_CAPS_VER("cpu-host-model", "6.0.0");
|
DO_TEST_CAPS_VER("cpu-host-model", "6.0.0");
|
||||||
DO_TEST_CAPS_VER("cpu-host-model", "6.1.0");
|
DO_TEST_CAPS_VER("cpu-host-model", "6.1.0");
|
||||||
|
|
||||||
/* For this specific test we accept the increased likelyhood of changes
|
/* For this specific test we accept the increased likelihood of changes
|
||||||
* if qemu updates the CPU model */
|
* if qemu updates the CPU model */
|
||||||
DO_TEST_CAPS_LATEST("cpu-host-model");
|
DO_TEST_CAPS_LATEST("cpu-host-model");
|
||||||
|
|
||||||
|
@ -750,7 +750,7 @@ testQemuInfoInitArgs(struct testQemuInfo *info)
|
|||||||
info->args.newargs = false;
|
info->args.newargs = false;
|
||||||
|
|
||||||
if (info->args.invalidarg) {
|
if (info->args.invalidarg) {
|
||||||
fprintf(stderr, "Invalid agument encountered by 'testQemuInfoSetArgs'\n");
|
fprintf(stderr, "Invalid argument encountered by 'testQemuInfoSetArgs'\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user