aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-16 00:10:05 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-10-16 18:49:58 +0200
commit149366116ad0ffb936eaa042823211731e9dcdee (patch)
tree1258ceb40af7d348f12ed30c2eb4de1c80c2ace5 /test/cli/testprojinfo
parent82b496fb32df0b6705159cd5c626aab20c8e9d39 (diff)
downloadPROJ-149366116ad0ffb936eaa042823211731e9dcdee.tar.gz
PROJ-149366116ad0ffb936eaa042823211731e9dcdee.zip
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}