From: Sara Golemon Date: Wed, 24 May 2017 22:07:24 +0000 (-0700) Subject: Remove `user=foo` from FPM test config X-Git-Tag: php-7.2.0alpha1~57^2~33^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d316ba2d659c73f0fea1f895ef554891c3dd130b;p=php Remove `user=foo` from FPM test config This setting has nothing to do with what's being tested, and on any system without a "foo" user we'll get a spurious error. --- diff --git a/sapi/fpm/tests/013.phpt b/sapi/fpm/tests/013.phpt index 641eb448c4..d28f3e4e00 100644 --- a/sapi/fpm/tests/013.phpt +++ b/sapi/fpm/tests/013.phpt @@ -16,7 +16,6 @@ error_log = $logfile log_level = warning [unconfined] listen = 127.0.0.1:$port -user = foo pm = dynamic pm.max_children = 5 pm.start_servers = 2 diff --git a/sapi/fpm/tests/014.phpt b/sapi/fpm/tests/014.phpt index e243ef68dc..56e24715a8 100644 --- a/sapi/fpm/tests/014.phpt +++ b/sapi/fpm/tests/014.phpt @@ -16,7 +16,6 @@ error_log = $logfile log_level = warning [unconfined] listen = 127.0.0.1:$port -user = foo pm = dynamic pm.max_children = 5 ;pm.start_servers = 2