Skip to content

Commit 0121771

Browse files
GODRIVER-3567 Update env variable check
1 parent e6a8014 commit 0121771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-mongodb-aws-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "Running MONGODB-AWS authentication tests"
2020
set -x
2121

2222
# Region is required for the v2 AWS SDK
23-
if [ -z "$AWS_REGION" ]; then
23+
if [ -z "${AWS_REGION:-}" ]; then
2424
export AWS_REGION="us-east-1"
2525
fi
2626

0 commit comments

Comments
 (0)