open-nomad/client/config
Tim Gross b05cd4c430
test: expand symlink for temp dir for macOS compatibility (#6303)
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.
2019-09-10 12:20:09 -04:00
..
config.go clientConfig.Copy() to copy template config too 2019-08-23 18:43:22 -04:00
config_test.go Added test for config.Read and config.ReadDefault 2015-08-31 20:11:01 -07:00
testing.go test: expand symlink for temp dir for macOS compatibility (#6303) 2019-09-10 12:20:09 -04:00