Testing: bufr_ls with -s

This commit is contained in:
Shahram Najm 2022-06-27 11:22:02 +01:00
parent d86682e55a
commit 9271a60777
1 changed files with 8 additions and 0 deletions

View File

@ -57,5 +57,13 @@ cat $fTmp
grep -q "Passed array is too small" $fTmp
# ------------------------
# Test setting header key
# ------------------------
${tools_dir}/bufr_ls -s satelliteID=313 -p satelliteID aaen_55.bufr > $fTmp
grep -q "313" $fTmp
# Clean up
rm -f $fLog $res_ls
rm -f $fTmp