diff --git a/sapi/fpm/tests/socket-uds-too-long-filename-test.phpt b/sapi/fpm/tests/socket-uds-too-long-filename-test.phpt index e7c54d86f4a..80dde38c6da 100644 --- a/sapi/fpm/tests/socket-uds-too-long-filename-test.phpt +++ b/sapi/fpm/tests/socket-uds-too-long-filename-test.phpt @@ -10,7 +10,7 @@ require_once "tester.inc"; $socketFilePrefix = __DIR__ . '/socket-file'; $socketFile = sprintf( - "/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", __DIR__, str_repeat('-0000', 11) );