tests: fix a small lie
commitab82757a0a66f55c6cf14fc1d63f61bd5fe70a45
authorRyan Lortie <desrt@desrt.ca>
Mon, 25 Nov 2013 17:23:43 +0000 (25 12:23 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 25 Nov 2013 17:23:43 +0000 (25 12:23 -0500)
tree5f20e1e156d07e95b7e9a3d7ce25bb39ad98259f
parente822b34577f2f4347a876653434a733c63cb0a55
tests: fix a small lie

N_MAX_SOURCES is 3 but we only check up to < N_MAX_SOURCES, so we only
ever checked 2.

The tests work with 3, but it takes very very long to run them, so fix
the comparison but at the same time, decrease the count.
tests/engine.c