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=1
zone=32
n=5147000
s=4878000
w=311000
e=518000
nsres=250
ewres=250
rows=1076
cols=828
cells=890928
" does not correspond with "n=...
s=...
w=...
e=...
nsres=...
ewres=...
rows=...
cols=...
cells=...
"

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