diff options
Diffstat (limited to 'test/old/testIGNF')
| -rwxr-xr-x | test/old/testIGNF | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/old/testIGNF b/test/old/testIGNF index f785641e..abbaed94 100755 --- a/test/old/testIGNF +++ b/test/old/testIGNF @@ -41,13 +41,7 @@ echo "============================================" OUT=proj_outIGNF -REMOVE_IGNF=NO -if test ! -f IGNF; then - cp ${PROJ_LIB}/IGNF . - REMOVE_IGNF=YES -fi - -INIT_FILE=./IGNF +INIT_FILE=IGNF RES="-f %.3f" # echo "doing tests into file ${OUT}, please wait" @@ -162,10 +156,6 @@ $EXE +init=${INIT_FILE}:RGR92 +to +init=${INIT_FILE}:REUN47 -E $RES >>${OUT} <<E 3356123.5400 1303218.3090 5247430.6050 EOF -if test "${REMOVE_IGNF}" = "YES"; then - rm ./IGNF -fi - # # do 'diff' with distribution results echo "diff ${OUT} with ${OUT}.dist" |
