Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Added a temporary mspec hack to fix stuff on Windows.
Our File.expand_path always canonicalizes a path, whereas MRI's does not. By forcing the entire SPEC_TEMP_DIR through File.expand_path, we'll get uniformly wrong behavior, making any String comparisons using SPEC_TEMP_DIR and file paths pass.