test_gmodules stderr

......F..
======================================================================
FAIL: test_output (__main__.TestCallModuleFunction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/gunittest/testsuite/test_gmodules.py", line 25, in test_output
    self.assertLooksLike(output, G_REGION_OUTPUT)
  File "etc/python/grass/gunittest/case.py", line 188, in assertLooksLike
    self.fail(self._formatMessage(msg, standardMsg))
AssertionError: "projection=99
zone=0
n=221230
s=219580
w=637740
e=639530
nsres=10
ewres=10
rows=165
cols=179
cells=29535
" does not correspond with "n=...
s=...
w=...
e=...
nsres=...
ewres=...
rows=...
cols=...
cells=...
"

----------------------------------------------------------------------
Ran 9 tests in 0.339s
FAILED (failures=1)