tests: Make vmgenid test compile
commitc18aaeb69072b74cb0a66e6638fcb14837c7cd3a
authorJuan Quintela <quintela@redhat.com>
Wed, 23 Aug 2017 08:27:11 +0000 (23 10:27 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 5 Sep 2017 20:34:40 +0000 (5 22:34 +0200)
tree7daccce9d1f538d76d9ff9a35c065f2c21567ea7
parente3ff9f0e57472e6411dc446b41789cbd9e2cf887
tests: Make vmgenid test compile

Just make sure that nr_tables is size_t not int.
Once there, do the assert in the right place and be sure that we don't
have a division by zero.

Suggested-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
--

Drop the s/g_new0/g_malloc0/ change.
Avoid division by zero with assert (danp)
tests/vmgenid-test.c