Hi!
> + tst_resm(TINFO, "Available memory: %ldMB\n", get_available_memory_mb());
^
The tst_resm() and tst_brkm() functions
adds newline at the end of output
automatically. The '\n' here would
produce empty lines in output.
--
Cyril Hrubis
chrubis@suse.cz