summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-29 13:57:30 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-29 13:57:30 +0100
commita1a7e13ecdf2e630903694ce24de3428e55cdebd (patch)
tree5ea26a414e6711cc1b529d19f283be0d99487118 /travis
parent0ce75a0400ebd485e7154c0df5ec0b835e07cd37 (diff)
downloadPROJ-data-a1a7e13ecdf2e630903694ce24de3428e55cdebd.tar.gz
PROJ-data-a1a7e13ecdf2e630903694ce24de3428e55cdebd.zip
CMakeLists.txt: rename to proj-data
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/test.sh b/travis/test.sh
index 990a635..28593a6 100755
--- a/travis/test.sh
+++ b/travis/test.sh
@@ -9,7 +9,7 @@ cmake ..
make dist
cd ..
-unzip -l build_travis/proj-datumgrid*.zip | tail -n +4 | head -n -2 | awk '{print $4}' | sort > /tmp/got_main.lst
+unzip -l build_travis/proj-data*.zip | tail -n +4 | head -n -2 | awk '{print $4}' | sort > /tmp/got_main.lst
if ! diff -u travis/expected_main.lst /tmp/got_main.lst; then
echo "Got difference in proj-datumgrid-geotiff"
exit 1;