This commit is contained in:
Shahram Najm 2023-01-06 12:03:59 +00:00
parent 99ad275265
commit f4cd4b274d
2 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,6 @@
. ./include.ctest.sh
REDIRECT=/dev/null
label="grib_set_force_test"
tempInput=temp.$label.input.grib2

View File

@ -16,14 +16,11 @@ tempOut=temp.${label}.out
tempTxt=temp.${label}.txt
tempRef=temp.${label}.ref
REDIRECT=/dev/null
input=$ECCODES_SAMPLES_PATH/wrap.tmpl
${tools_dir}/grib_dump -TA -O $input
id=`${tools_dir}/grib_get -TA -p identifier $input`
[ "$id" = "WRAP" ]
# Clean up
rm -f $tempOut $tempRef $tempTxt