flamenco/pkg/shaman/config
Sybren A. Stüvel 424b87d1d3 Shaman tests: ensure the temporary storage path is not a symlink
Shaman cannot handle cases where the storage path is a symlink (i.e. cases
where `filepath.EvalSymlinks(storagePath)` does not return `storagePath`).
This caused macOS devices to fail the unit tests, because macOS uses a
symlinked path for temporary files.

This commit changes the unit tests, to always use the real path instead of
the OS-provided symlink. This does *not* fix the actual issue in Shaman,
for that see T99965.
2022-07-25 13:03:46 +02:00
..
config.go Manager: unify Flamenco and Shaman storage paths 2022-04-01 13:43:51 +02:00
testing.go Shaman tests: ensure the temporary storage path is not a symlink 2022-07-25 13:03:46 +02:00