OSGeo / libgeotiff

Official repository of the libgeotiff project
178 stars 69 forks source link

Fix 'make check' to pass with PROJ 9.3 (fixes #89) #90

Closed rouault closed 10 months ago

sebastic commented 10 months ago

testlistgeo_out.dist.normalized needs to be removed too:

--- a/test/testlistgeo
+++ b/test/testlistgeo
@@ -246,7 +246,7 @@ else
     echo "TEST OK"
     echo "test file ${OUT} removed"
     echo
-    rm testlistgeo_out.dist.tmp
+    rm testlistgeo_out.dist.tmp testlistgeo_out.dist.normalized
     /bin/rm -f ${OUT}
     exit 0
 fi
rouault commented 10 months ago

testlistgeo_out.dist.normalized needs to be removed too

Thanks. commit amended to do so