libvirt/tests
Jim Meyering acff2d11ac Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Likewise, given if (foo != NULL) free (foo); remove the useless "if" test.

* proxy/libvirt_proxy.c: Remove unnecessary "if" test before free.
* python/generator.py: Likewise.
* qemud/qemud.c: Likewise.
* src/buf.c: Likewise.
* src/conf.c: Likewise.
* src/hash.c: Likewise.
* src/iptables.c: Likewise.
* src/libvirt.c: Likewise.
* src/openvz_conf.c: Likewise.
* src/qemu_conf.c: Likewise.
* src/qemu_driver.c: Likewise.
* src/remote_internal.c: Likewise.
* src/test.c: Likewise.
* src/virsh.c: Likewise.
* src/virterror.c: Likewise.
* src/xen_internal.c: Likewise.
* src/xen_unified.c: Likewise.
* src/xend_internal.c: Likewise.
* src/xm_internal.c: Likewise.
* src/xml.c: Likewise.
* src/xmlrpc.c: Likewise.
* src/xs_internal.c: Likewise.
* tests/testutils.c: Likewise.
* tests/xencapstest.c: Likewise.
* tests/xmconfigtest.c: Likewise.
2008-01-29 17:41:07 +00:00
..
confdata Fix config file reading to not truncate large files 2008-01-07 15:21:33 +00:00
nodeinfodata Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemuxml2argvdata Fixed PXE network boot config 2007-09-13 22:06:54 +00:00
sexpr2xmldata * tests/sexpr2xmltest.c tests/xml2sexprtest.c: warn before exiting 2007-11-20 10:05:45 +00:00
virshdata Fixed virsh test suite 2007-01-26 13:10:28 +00:00
xencapsdata Tue Aug 21 10:36:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 09:38:00 +00:00
xmconfigdata Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
xml2sexprdata * tests/sexpr2xmltest.c tests/xml2sexprtest.c: warn before exiting 2007-11-20 10:05:45 +00:00
.cvsignore Split out generic nodeinfo API 2007-07-25 23:16:30 +00:00
Makefile.am Accommodate automake-1.9. 2007-12-12 07:21:37 +00:00
conftest.c Include "config.h". 2007-12-05 21:40:15 +00:00
daemon-conf Test libvirtd's config-processing code. 2007-12-11 21:20:13 +00:00
int-overflow Oops, forgot, Daniel 2007-11-12 14:07:37 +00:00
nodeinfotest.c Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemuxml2argvtest.c Clean up global name space in examples and tests. 2008-01-14 14:04:33 +00:00
qemuxml2xmltest.c Clean up global name space in examples and tests. 2008-01-14 14:04:33 +00:00
reconnect.c Insert cosmetic linebreak 2007-12-07 14:38:34 +00:00
sexpr2xmltest.c Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
test_conf.sh Fix config file reading to not truncate large files 2008-01-07 15:21:33 +00:00
test_xmlrpc.sh XML-RPC tests 2006-05-09 15:35:46 +00:00
testutils.c Given code like if (foo) free (foo); remove the useless "if (foo) " part. 2008-01-29 17:41:07 +00:00
testutils.h Added support for input devices 2007-07-18 21:08:22 +00:00
virshtest.c Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
xencapstest.c Given code like if (foo) free (foo); remove the useless "if (foo) " part. 2008-01-29 17:41:07 +00:00
xmconfigtest.c Given code like if (foo) free (foo); remove the useless "if (foo) " part. 2008-01-29 17:41:07 +00:00
xml2sexprtest.c Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
xmlrpcserver.py XML-RPC tests 2006-05-09 15:35:46 +00:00
xmlrpctest.c Include "config.h". 2007-12-05 21:40:15 +00:00