id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,cpu,platform 2687,r.info picks map from current Mapset instead of PERMANENT,wenzeslaus,grass-dev@…,"In the following environment (GRASS Sample NC SPM Location): {{{ > g.mapsets -p Accessible mapsets: user1 PERMANENT landsat > g.list t=rast -m p=land* landclass96@PERMANENT landcover_1m@PERMANENT landuse96_28m@PERMANENT }}} I can run `r.univar`: {{{ > r.univar landclass96 ... n: 1554124 minimum: 1 maximum: 7 ... }}} But `r.info` looks to a wrong Mapset: {{{ > r.info landclass96 WARNING: G__open(read): Unable to open '/home/vasek/grassdata/nc_spm_08_grass7_tests/user1/cellhd/landclass96': No such file or directory WARNING: G__open(read): Unable to open '/home/vasek/grassdata/nc_spm_08_grass7_tests/user1/cellhd/landclass96': No such file or directory ERROR: Unable to open header file for raster map }}} Moreover, there is a `@` character in the `Unable to open...map ` message. You can get the same errors by running the automated test suite: {{{ cd /grass/source/code/root ./bin.../grass71 ~/grassdata/nc_spm_08/PERMANENT/ --exec python -m grass.gunittest.main --location nc_spm_08 --location-type nc }}} {{{ firefox testreport/index.html firefox testreport/lib/python/gunittest/test_assertions/index.html }}} You can see the results of automated tests also online: * http://fatra.cnr.ncsu.edu/grassgistests/summary_report/nc/index.html * http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-06-02-07-00/report_for_nc_spm_08_grass7_nc/testfiles.html * http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-06-02-07-00/report_for_nc_spm_08_grass7_nc/raster/r.slope.aspect/test_r_slope_aspect/index.html [[Image(http://fatra.cnr.ncsu.edu/grassgistests/summary_report/nc/tests_successful_plot.png, 95%)]] ",defect,closed,blocker,7.2.0,Raster,svn-trunk,fixed,"r.info, mapset, search path, PERMANENT",,x86-64,Linux