Shorter paths to PID files in integration tests
authorKirill Isakov <bootctl@gmail.com>
Tue, 31 May 2022 19:30:58 +0000 (01:30 +0600)
committerKirill Isakov <bootctl@gmail.com>
Tue, 31 May 2022 19:30:58 +0000 (01:30 +0600)
Tests were running into the 108-char limit on UNIX socket path length.

Since we don't care about saving PID files and sockets for further
analysis if anything does wrong with the test, just shove them into a
temporary directory (which is likely to have a very short name).


No differences found