diff --git a/tests/grib_filter.sh b/tests/grib_filter.sh index 951ea9433..c932cf026 100755 --- a/tests/grib_filter.sh +++ b/tests/grib_filter.sh @@ -467,6 +467,18 @@ set -e [ $status -ne 0 ] grep -q "Unable to open file" $tempOut +# Signed bits +# ----------- +cat >$tempFilt < $tempOut 2>&1 +status=$? +set -e +[ $status -ne 0 ] + # Setting step # -------------