File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RESULT=`docker run --rm -e PHP_INI_SESSION__SAVE_PATH="tcp://localhost?auth=your
131
131
[[ " $RESULT " = " session.save_path => tcp://localhost?auth=yourverycomplex\" passwordhere => tcp://localhost?auth=yourverycomplex\" passwordhere" ]]
132
132
133
133
# Tests that the SMTP parameter is set in uppercase
134
- RESULT=` docker run --rm -e PHP_INI_SMTP=" 192.168.0.1" thecodingmachine/php:${PHP_VERSION} -${BRANCH} -slim-${BRANCH_VARIANT} php -i | grep " SMTP" `
134
+ RESULT=` docker run --rm -e PHP_INI_SMTP=" 192.168.0.1" thecodingmachine/php:${PHP_VERSION} -${BRANCH} -slim-${BRANCH_VARIANT} php -i | grep " ^ SMTP" `
135
135
[[ " $RESULT " = " SMTP => 192.168.0.1 => 192.168.0.1" ]]
136
136
137
137
# Tests that environment variables are passed to startup scripts when UID is set
You can’t perform that action at this time.
0 commit comments