Skip to content

Commit d316ba2

Browse files
committed
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.
1 parent d8d1c78 commit d316ba2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sapi/fpm/tests/013.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ error_log = $logfile
1616
log_level = warning
1717
[unconfined]
1818
listen = 127.0.0.1:$port
19-
user = foo
2019
pm = dynamic
2120
pm.max_children = 5
2221
pm.start_servers = 2

sapi/fpm/tests/014.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ error_log = $logfile
1616
log_level = warning
1717
[unconfined]
1818
listen = 127.0.0.1:$port
19-
user = foo
2019
pm = dynamic
2120
pm.max_children = 5
2221
;pm.start_servers = 2

0 commit comments

Comments
 (0)