Testing: Fix Bamboo broken test

This commit is contained in:
Shahram Najm 2021-08-14 22:22:37 +01:00
parent 2903d3b06a
commit e7c6360c50
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ stat=$?
set -e
if [ $stat -eq 0 ]; then
have_netcdf4=1
res=`${tools_dir}/grib_get -TA -p identifier,versionNumberOfSuperblock,endOfFileAddress $tempNetcdf`
[ "$res" = "HDF5 0 11973" ]
res=`${tools_dir}/grib_get -TA -p identifier,versionNumberOfSuperblock $tempNetcdf`
[ "$res" = "HDF5 0" ]
fi