aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-18 18:42:31 +0200
committerGitHub <noreply@github.com>2020-10-18 18:42:31 +0200
commit2357d264d477c5eee363514fb094772980509726 (patch)
treec4bdcbe7d36d961a9a55241844fe1977d3434aad /test/cli/testprojinfo
parent3a2df3462c851b7dc823b1cd84fc8a61dc9c2d08 (diff)
parentffe1922d54d4ce379c96f5472dba2e76223348f1 (diff)
downloadPROJ-2357d264d477c5eee363514fb094772980509726.tar.gz
PROJ-2357d264d477c5eee363514fb094772980509726.zip
Merge pull request #2381 from rouault/fix_1453
Add multi-line PROJ string export capability, and use it by default in projinfo (unless --single-line is specified) (fixes #1543)
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 9896e23a..19d96735 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -50,8 +50,8 @@ echo "Testing projinfo -o ALL EPSG:4326" >> ${OUT}
$EXE -o ALL EPSG:4326 >>${OUT}
echo "" >>${OUT}
-echo "Testing projinfo -s EPSG:4326 -t EPSG:32631" >> ${OUT}
-$EXE -s EPSG:4326 -t EPSG:32631 >>${OUT}
+echo "Testing projinfo -s EPSG:4326 -t EPSG:32631 --single-line" >> ${OUT}
+$EXE -s EPSG:4326 -t EPSG:32631 --single-line >>${OUT}
echo "" >>${OUT}
echo "Testing projinfo -s NAD27 -t NAD83" >> ${OUT}