test_base_resolution stdout

With base raster resolution matching current region
Almost all in the following r.univar output should be zero
total null and non-null cells: 16
total null cells: 0

Of the non-null cells:
----------------------
n: 16
minimum: 0
maximum: 0
range: 0
mean: 0
mean of absolute values: 0
standard deviation: 0
variance: 0
variation coefficient: -nan %
sum: 0
Automatic test if there are only allowed values...
n=16
cells=16
With base raster resolution different from current region
Almost all in the following r.univar output should be zero
total null and non-null cells: 4
total null cells: 0

Of the non-null cells:
----------------------
n: 4
minimum: 0
maximum: 0
range: 0
mean: 0
mean of absolute values: 0
standard deviation: 0
variance: 0
variation coefficient: -nan %
sum: 0
Automatic test if there are only allowed values...
n=4
cells=4
Test successful
When running manually maps can be now removed with:
  g.remove type=rast pattern='test_rinlidar_*' -f
However, the region was changed to whatever the test needed.