Prevent fortunes output being accumulated across tests by the verifier (#3420)
It makes sense to me why it was doing what it did - it was accumulating
the fortunes output into a static class-level variable - and it makes
sense why this change fixes that problem. What doesn't make sense is
why this problem is new. How did it ever work?