We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597aeb1 commit ea87501Copy full SHA for ea87501
sapi/fpm/tests/socket-uds-too-long-filename-test.phpt
@@ -10,7 +10,7 @@ require_once "tester.inc";
10
11
$socketFilePrefix = __DIR__ . '/socket-file';
12
$socketFile = sprintf(
13
- "/socket-file-fpm-unix-socket-too-long-filename-but-starts-anyway%s.sock",
+ "/this-socket-very-very-very-long-file-fpm-unix-socket-is-too-long-filename-but-starts-anyway%s.sock",
14
__DIR__,
15
str_repeat('-0000', 11)
16
);
0 commit comments