vagrant/test/unit/plugins
Andy Fowler ae9c3e28d6 Fix #10961 NFS sharing in macOS 10.15 host
On OS X 10.15, / is read-only and paths inside of /Users (and elsewhere)
are mounted via a "firmlink" (which is a new invention in APFS). These
must be resolved to their full path to be shareable via NFS.

/Users/johnsmith/mycode  =>  /System/Volumes/Data/Users/johnsmith/mycode

We check to see if a path is mounted here with `df`, and prepend it.

Firmlinks are only createable by the OS and this wasn't supposed to be
visible to applications anyway:
https://developer.apple.com/videos/play/wwdc2019/710/?time=481
2019-10-08 13:21:34 -07:00
..
commands Update tests for checksum and filechecksum 2019-10-08 11:23:48 -07:00
communicators Always ensure remote destination directory exists 2019-02-26 08:54:49 -08:00
guests Use hostnamectl instead of hostname to set the hostname under SUSE 2019-10-03 14:46:14 +02:00
hosts Fix #10961 NFS sharing in macOS 10.15 host 2019-10-08 13:21:34 -07:00
kernel_v2/config Merge pull request #10664 from chrisroberts/f-plugin-config-format 2019-02-12 10:00:14 -08:00
providers Ensure build_args are passed into docker compose config file 2019-10-07 12:48:59 -07:00
provisioners Update tests for checksum and filechecksum 2019-10-08 11:23:48 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #10966: Ensure all subdirectory files are watched 2019-09-26 08:29:37 -07:00