Skip to content

Commit d2ef596

Browse files
committed
ECC-1620: Fix broken Windows test (ECCODES_FUTURE_BEHAVIOUR: unbound variable)
1 parent 8c7286d commit d2ef596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/grib_ecc-1620.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ grib_check_key_equals()
4040
fi
4141
}
4242

43+
set +u
4344
[[ -z "${ECCODES_FUTURE_BEHAVIOUR}" ]] && HOUR="" || HOUR="h"
45+
set -u
4446

4547
label="grib_ecc-1620"
4648
temp=temp.$label

0 commit comments

Comments
 (0)