From: Ralph Corderoy Date: Sat, 20 May 2017 11:38:22 +0000 (+0100) Subject: test/inc/test-eom-align: Fix tests; they've never worked. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5f34de4309f6320231b55b65ca9e532e341fc0ab?hp=5f34de4309f6320231b55b65ca9e532e341fc0ab test/inc/test-eom-align: Fix tests; they've never worked. Instead of cycling through lots of mbox sizes, $STDIO_BUFSZ was always used as the desired size resulting in tests A and B being duplicated 221 times each. Slowly, if using valgrind. The tests fail now they're fixed. ---