We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0e91a commit 7d6217eCopy full SHA for 7d6217e
1 file changed
grass-gis-test-docker/test.sh
100644
100755
@@ -4,7 +4,7 @@
4
set -e
5
6
# download North Carolina test location if the test needs the data and run tests
7
-if [ "$1" == "NC" ]
+if [ "$1" = "NC" ]
8
then
9
g.extension g.download.location
10
g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=/grassdb
0 commit comments