Skip to content

Commit bb7b80e

Browse files
committed
PHPC-1180: Fix comparison operator in run-tests.sh
1 parent 007f82b commit bb7b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OS=$(uname -s | tr '[:upper:]' '[:lower:]')
1616

1717
export REPORT_EXIT_STATUS=1
1818

19-
if [ "$SSL" == "yes" ]; then
19+
if [ "$SSL" = "yes" ]; then
2020
MONGODB_URI="${MONGODB_URI}/?ssl=true"
2121
fi
2222

0 commit comments

Comments
 (0)