]> git.ipfire.org Git - thirdparty/krb5.git/commit
Avoid long socket paths in KCM tests 1205/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 1 Aug 2021 15:56:21 +0000 (11:56 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 2 Aug 2021 23:51:13 +0000 (19:51 -0400)
commit35fac31b7645e14d75200d31c631a8530c9b855c
tree6c1a70e1118fb19b65bb4204e3583c0a2c8767b3
parent593e16448e1af23eef74689afe06a7bcc86e79c7
Avoid long socket paths in KCM tests

The build directory path may be too long for a Unix domain socket, so
use a path in a temporary directory instead.  Reported by Ryan
Schmidt.

ticket: 9019
src/tests/t_ccache.py