Mike McQuaid 27fb07c0fc
Shorten brew tests temporary paths.
If you have `HOMEBREW_TEMP` set to a longer path (e.g. the user's
private temporary directory rather than `/private/tmp`), Sequoia will
error out on some tests when forking because the path is too long
(> 104 bytes).

To improve this situation let's:
- use a shorter path for `HOMEBREW_TEMP` by appending `/brew-tests` to
  the existing `HOMEBREW_TEMP` used outside of tests rather than
  creating nested temporary directories
- use the minimal amount of randomness to avoid collisions while
  allowing parallel tests
- use `squeeze` to remove any double slashes in the temporary path
2024-09-24 10:28:18 +01:00
..
2024-09-16 05:46:14 +01:00
2024-09-06 13:58:32 -07:00
2024-08-22 21:48:12 -07:00
2024-08-10 17:52:26 -07:00
2024-07-14 08:49:39 -04:00
2024-08-10 17:52:26 -07:00
2024-07-04 01:47:14 -04:00
2024-07-30 17:51:02 +01:00
2024-09-04 22:54:20 +02:00
2024-07-09 20:01:43 -04:00
2024-07-04 01:47:14 -04:00