From 548823527b1d76d9fda28e1022a13cf191b8eee0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 19 Nov 2023 20:19:51 +0100 Subject: [PATCH] Make sure test of 1f9b636b0ad7cb1a10a2af3661c7dde7a8c96c2b is actually run --- test/cli/testvarious | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cli/testvarious b/test/cli/testvarious index 70b027e3b6..f189f41095 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -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} <> ${OUT} +printf "661991.318\t1796999.201 93.846\n" >> ${OUT} fi # Done!