aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testprojinfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/testprojinfo')
-rwxr-xr-xtest/cli/testprojinfo6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/cli/testprojinfo b/test/cli/testprojinfo
index 2b3432a9..81d0d3e4 100755
--- a/test/cli/testprojinfo
+++ b/test/cli/testprojinfo
@@ -115,8 +115,12 @@ echo "Testing NGF IGN69 height to RGF93: projinfo -s EPSG:5720 -t EPSG:4965 -o P
$EXE -s EPSG:5720 -t EPSG:4965 -o PROJ >>${OUT} 2>&1
echo "" >>${OUT}
+echo "Testing EPSG:32631 --3d" >> ${OUT}
+$EXE EPSG:32631 --3d >>${OUT} 2>&1
+echo "" >>${OUT}
+
echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --summary" >> ${OUT}
-$EXE -s EPSG:32631 -t EPSG:4326+3855 --summary 2>>${OUT}
+$EXE -s EPSG:32631 -t EPSG:4326+3855 --summary >>${OUT} 2>&1
echo "" >>${OUT}
echo "Testing -s EPSG:32631 -t EPSG:4326+3855 --3d --summary" >> ${OUT}