]> git.ipfire.org Git - thirdparty/squid.git/commit
MacOS: reduce the testRock unit test UDS path
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Feb 2013 00:34:52 +0000 (13:34 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Feb 2013 00:34:52 +0000 (13:34 +1300)
commit6bf39e4948289ec3c7f61dcb475c1e8dc8fed615
tree1c4a7307e7707a0b9f567a97ea1188c7dbfaf6df
parentc9c46c8bcdad822e65a54516f16fe4b7a3c0d680
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