From 57c1e5ee6183687d2faa6b3abb3bde693c7c57af Mon Sep 17 00:00:00 2001 From: chengxiaolan <30279880+Hazel6869@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:09:50 +0800 Subject: [PATCH] Update t/cli/test_main.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 罗泽轩 --- t/cli/test_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cli/test_main.sh b/t/cli/test_main.sh index 8d6ab6d41413..71485bc74bb4 100755 --- a/t/cli/test_main.sh +++ b/t/cli/test_main.sh @@ -448,7 +448,7 @@ make init count=`grep -c "worker_cpu_affinity" conf/nginx.conf || true` if [ $count -ne 0 ]; then - echo "failed: nginx.conf file found worker_cpu_affinity when disable it" + echo "failed: nginx.conf file found worker_cpu_affinity when disabling it" exit 1 fi