monkeyDluffy6017 commented on code in PR #9846:
URL: https://github.com/apache/apisix/pull/9846#discussion_r1266537450


##########
t/cli/test_cmd.sh:
##########
@@ -101,37 +101,71 @@ deployment:
             admin_ssl_cert_key: '../t/certs/apisix_admin_ssl.key'
 " > conf/customized_config.yaml
 
-cp conf/config.yaml conf/config_original.yaml
-
 make init
 
 if ./bin/apisix start -c conf/not_existed_config.yaml; then
     echo "failed: apisix still start with invalid customized config.yaml"
     exit 1
 fi
 
+

Review Comment:
   One blank is needed here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to