We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa82b62 commit c8e1c33Copy full SHA for c8e1c33
1 file changed
features/config-create.feature
@@ -204,7 +204,7 @@ Feature: Create a wp-config file
204
Then STDERR should be empty
205
206
# We try to account for the warnings we get for passing the password on the command line.
207
- When I try `MYSQL_HOST='localhost:{SOCKET}' WP_CLI_TEST_DBHOST='localhost:{SOCKET}' {RUN_DIR}/install-package-tests`
+ When I try `MYSQL_HOST=localhost WP_CLI_TEST_DBHOST='localhost:{SOCKET}' {RUN_DIR}/install-package-tests`
208
Then STDOUT should contain:
209
"""
210
Detected MySQL
0 commit comments