b05cd4c430
On macOS, `os.TempDir` returns a symlinked path under `/var` which is outside of the directories shared into the VM used for Docker, and that fails tests using Docker that need that mount. If we expand the symlink to get the real path in `/private`, we're in the shared folders and can safely mount them. |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
testing.go |