Skip to content

Commit

Permalink
testvarious: do not output program name / versoin number
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 5, 2023
1 parent c6d0771 commit bccfd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/cli/testvarious
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ EOF
echo "##############################################################" >> ${OUT}
echo "Test cs2cs --only-best --no-ballpark (grid missing)" >> ${OUT}
#
$EXE --only-best --no-ballpark EPSG:4326+3855 EPSG:4979 -E >>${OUT} 2>&1 <<EOF
PROJ_DISPLAY_PROGRAM_NAME=NO $EXE --only-best --no-ballpark EPSG:4326+3855 EPSG:4979 -E >>${OUT} 2>&1 <<EOF
49 2 0
EOF

Expand Down
3 changes: 1 addition & 2 deletions test/cli/tv_out.dist
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ Attempt to use coordinate operation NAD27 to NAD83 (7) failed. Grid us_noaa_nadc
##############################################################
Test cs2cs --only-best --no-ballpark (grid missing)
Attempt to use coordinate operation Inverse of WGS 84 to EGM2008 height (1) failed. Grid us_nga_egm08_25.tif is not available. Consult https://proj.org/resource_files.html for guidance.
Rel. 9.2.0, March 1st, 2023
<cs2cs>:

cannot initialize transformation
cause: File not found or invalid
program abnormally terminated
Expand Down

0 comments on commit bccfd80

Please sign in to comment.