mirror of https://github.com/ecmwf/eccodes.git
ECC-1126: Add test
This commit is contained in:
parent
ff95bd30bc
commit
15f2b7eb76
|
@ -170,6 +170,11 @@ ${tools_dir}/bufr_set -s keyMore=ABCD $f $fBufrTmp
|
||||||
result=`${tools_dir}/bufr_get -p keyMore,ident $fBufrTmp`
|
result=`${tools_dir}/bufr_get -p keyMore,ident $fBufrTmp`
|
||||||
[ "$result" = "ABCD ABCD" ]
|
[ "$result" = "ABCD ABCD" ]
|
||||||
|
|
||||||
|
${tools_dir}/bufr_set -s ident=' AB CD ' $f $fBufrTmp
|
||||||
|
result=`${tools_dir}/bufr_get -p ident $fBufrTmp`
|
||||||
|
[ "$result" = "AB CD" ]
|
||||||
|
|
||||||
|
|
||||||
# ${tools_dir}/bufr_compare $f $fBufrTmp
|
# ${tools_dir}/bufr_compare $f $fBufrTmp
|
||||||
|
|
||||||
#Clean up
|
#Clean up
|
||||||
|
|
Loading…
Reference in New Issue