I ran into issues building the release (3.2.12-rc1) on a Windows machine with git bash. It seems some of the new Rya Shell tests fail due to the new PathUtils class (from another commit) saying "Operation of a file in a shared directory is not allowed" when attempting to add the .rya_shell_history file to "user.home".
It seems it expects "user.home" to be owned by the user or an administrator, but it's owned by the system and fails. Thanks, -Eric White
