]> git.ipfire.org Git - thirdparty/squid.git/commit
MacOS: reduce the testRock unit test UDS path
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 11:03:38 +0000 (04:03 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 1 Mar 2013 11:03:38 +0000 (04:03 -0700)
commita76ce447bddfcb85bd5f5e60fe2461740ce2abdd
tree118f2f03fa64dad98570ff84696701be82610e76
parenta7118f964e4551c79dba9a5419d7645ed8e173f3
MacOS: reduce the testRock unit test UDS path

On MacOS shm_open() requires the name entry to be less than 31 bytes
long. The garbage name used by testRock was 35 bytes and not really
describing what it was used for in the test anyway.

TODO: find out and fix why MacOS still responds EINVAL once the path
      is set to a usable length.
src/tests/testRock.cc