From 3bf27025d79baea5cdc9f451c25bb2fc501c9180 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Fri, 16 Jun 2023 11:38:47 +0200 Subject: [PATCH] fix test.sh --- .github/workflows/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index 8ca9319..87f9a56 100644 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -4,7 +4,7 @@ set -e # download North Carolina test location if the test needs the data and run tests -if [ $1 == "NC" ] +if [ "$1" == "NC" ] then g.extension g.download.location g.download.location url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=/grassdb