From 1f01ecb90a751c8099a50e066616639f63522134 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 6 Dec 2019 21:08:59 +0100 Subject: Add support for horizontal and vertical grids in GeoTIFF --- test/cli/testdatumfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/cli/testdatumfile') diff --git a/test/cli/testdatumfile b/test/cli/testdatumfile index 29a40876..9bd12ce4 100755 --- a/test/cli/testdatumfile +++ b/test/cli/testdatumfile @@ -27,7 +27,11 @@ echo "Running ${0} using ${EXE}:" echo "============================================" mkdir "dir with \" space" -cp ${PROJ_LIB}/conus "dir with \" space/myconus" +if test -f "${PROJ_LIB}/conus"; then + cp "${PROJ_LIB}/conus" "dir with \" space/myconus" +else + cp "`dirname $0`/../../data/conus" "dir with \" space/myconus" +fi OUT=td_out #EXE=../src/cs2cs -- cgit v1.2.3