Skip to content

Commit 7d6217e

Browse files
committed
Comparison in shell is done with single to be portable
1 parent 0d0e91a commit 7d6217e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grass-gis-test-docker/test.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# download North Carolina test location if the test needs the data and run tests
7-
if [ "$1" == "NC" ]
7+
if [ "$1" = "NC" ]
88
then
99
g.extension g.download.location
1010
g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=/grassdb

0 commit comments

Comments
 (0)