mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
tests: replace references to yajl
Use "libvirt not compiled with JSON support" instead of mentioning yajl specifically. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -77,7 +77,7 @@ mymain(void)
|
||||
testQemuCommandBuildObjectFromJSONData data1;
|
||||
|
||||
#if !WITH_YAJL
|
||||
fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
|
||||
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
|
||||
return EXIT_AM_SKIP;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user