Skip to content

Commit ea87501

Browse files
committed
Fix FPM UDS test for very long name check by extending its length
It did not correctly produce error message if run in in a short src path
1 parent 597aeb1 commit ea87501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/socket-uds-too-long-filename-test.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require_once "tester.inc";
1010

1111
$socketFilePrefix = __DIR__ . '/socket-file';
1212
$socketFile = sprintf(
13-
"/socket-file-fpm-unix-socket-too-long-filename-but-starts-anyway%s.sock",
13+
"/this-socket-very-very-very-long-file-fpm-unix-socket-is-too-long-filename-but-starts-anyway%s.sock",
1414
__DIR__,
1515
str_repeat('-0000', 11)
1616
);

0 commit comments

Comments
 (0)