|
@@ -111,7 +111,7 @@ check_exit_status $?
|
|
|
########### 2D raster INT tests ###########
|
|
|
VALUE=1
|
|
|
echo "INT/CELL md5sum test."
|
|
|
-r.mapcalc "$TMPNAME=1"
|
|
|
+r.mapcalc "$TMPNAME = 1"
|
|
|
check_exit_status $?
|
|
|
|
|
|
echo "MD5 checksum on output of INT/CELL test."
|
|
@@ -125,7 +125,7 @@ echo "##################################"
|
|
|
########### 2D raster FCELL tests ###########
|
|
|
VALUE=1.1
|
|
|
echo "FLOAT/FCELL md5sum test."
|
|
|
-r.mapcalc "$TMPNAME=$VALUE"
|
|
|
+r.mapcalc "$TMPNAME = $VALUE"
|
|
|
check_exit_status $?
|
|
|
|
|
|
echo "MD5 checksum on output of FLOAT/FCELL test."
|