mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 04:16:07 +00:00

The test was generating long unix socket names, and the addition of a new folder in the previous patch pushed it over the limit (although linux has a fairly generous limit for path names, this does not apply to unix sockets). Modify the test to use a shorter name instead. llvm-svn: 325340