Skip to content

Commit

Permalink
Merge pull request #3958 from OSGeo/backport-3957-to-9.3
Browse files Browse the repository at this point in the history
[Backport 9.3] Make sure test of 1f9b636 is actually run
  • Loading branch information
rouault committed Nov 19, 2023
2 parents 36bb10c + 5488235 commit 9ac24b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli/testvarious
Original file line number Diff line number Diff line change
Expand Up @@ -1349,12 +1349,12 @@ echo "##############################################################" >> ${OUT}
echo "Test cs2cs EPSG:5488 (RGAF09) to EPSG:4559+5757 (RRAF 1991 / UTM zone 20N + Guadeloupe 1988 height)" >> ${OUT}
echo "Check that we use the horizontal transformation for Guadeloupe (RRAF 1991 to RGAF09 (2)), and not the one for Martinique" >> ${OUT}
#
if test "${TIFF_ENABLED}" = "yes"; then
if test "${TIFF_ENABLED}" = "YES"; then
PROJ_DATA=${PROJ_DATA}:${PROJ_DATA}/tests $EXE -d 3 EPSG:5488 EPSG:4559+5757 >> ${OUT} <<EOF
16.248285304 -61.484212843 53.073
EOF
else
printf "661991.318\t1796999.201 93.846" >> ${OUT}
printf "661991.318\t1796999.201 93.846\n" >> ${OUT}
fi

# Done!
Expand Down

0 comments on commit 9ac24b0

Please sign in to comment.