Testing: bufr_compare options

This commit is contained in:
shahramn 2024-02-20 19:18:28 +00:00 committed by Sebastien Villaume
parent b601b758aa
commit d1359b61f4
1 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,8 @@ set -e
[ $status -ne 0 ]
grep -q "unreadable message" $fLog
###???
# Options
# ----------
f1="aaen_55.bufr"
f2="aaen_55.bufr"
set +e
@ -368,7 +369,6 @@ set -e
[ $status -ne 0 ]
grep -q "a option requires -c option" $fLog
set +e
${tools_dir}/bufr_compare nosuchfile $f1 > $fLog 2>&1
status=$?